metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#get_random_spray
Spray published by corelanc0d3r Exploit writing tutorial part 11 : Heap Spraying Demystified See https://www.corelan.be/index.php/2011/12/31/exploit-writing-tutorial-part-11-heap-spraying-demystified/
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/exploits/windows/browser/ie_execcommand_uaf.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-get_random_spray-for-pr
# Commit to gitgit add modules/exploits/windows/browser/ie_execcommand_uaf.rbgit commit -m "better docs for MetasploitModule#get_random_spray"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-get_random_spray-for-pr
hub pull-request
# Celebrate!