metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#encode_js
this is because String.fromCharCode has a max of 65535 func args thanks to sinn3r for his help with the Array->String conversion
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/exploits/windows/browser/samsung_security_manager_put.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-encode_js-for-pr
# Commit to gitgit add modules/exploits/windows/browser/samsung_security_manager_put.rbgit commit -m "better docs for MetasploitModule#encode_js"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-encode_js-for-pr
hub pull-request
# Celebrate!