metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#rtarget
Experimental message prepending thinger. Might make it up into the standard Metasploit lib like vprint_status and friends.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/auxiliary/admin/tftp/tftp_transfer_util.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-rtarget-for-pr
# Commit to gitgit add modules/auxiliary/admin/tftp/tftp_transfer_util.rbgit commit -m "better docs for MetasploitModule#rtarget"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-rtarget-for-pr
hub pull-request
# Celebrate!