metasploit-framework

https://github.com/rapid7/metasploit-framework

Ruby

Metasploit Framework

MetasploitModule#super_redacted_deobfuscation

Returns the plaintext of a string obfuscated with WebNMS's super redacted obfuscation algorithm.
I'm sure this can be simplified, but I've spent far too many hours implementing to waste any more time!

Source | Google | Stack overflow

Edit

git clone [email protected]:rapid7/metasploit-framework.git

cd metasploit-framework

open modules/auxiliary/admin/http/webnms_cred_disclosure.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-MetasploitModule-super_redacted_deobfuscation-for-pr


# Commit to git

git add modules/auxiliary/admin/http/webnms_cred_disclosure.rbgit commit -m "better docs for MetasploitModule#super_redacted_deobfuscation"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-MetasploitModule-super_redacted_deobfuscation-for-pr

hub pull-request


# Celebrate!