metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#strict_decode64
Returns the decoded Base64 data in RFC-4648 implementation.
The Rex implementation decoding Base64 is by using unpack("m").
By default, the "m" directive uses RFC-2045, but if followed by 0,
it uses RFC-4648, which is the same RFC Base64.strict_decode64 uses.Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/auxiliary/scanner/http/symantec_brightmail_ldapcreds.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-strict_decode64-for-pr
# Commit to gitgit add modules/auxiliary/scanner/http/symantec_brightmail_ldapcreds.rbgit commit -m "better docs for MetasploitModule#strict_decode64"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-strict_decode64-for-pr
hub pull-request
# Celebrate!