metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#print_routes
Print all of the active routes defined on the framework Identical functionality to command_dispatcher/core.rb, and nearly identical code
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/post/multi/manage/autoroute.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-print_routes-for-pr
# Commit to gitgit add modules/post/multi/manage/autoroute.rbgit commit -m "better docs for MetasploitModule#print_routes"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-print_routes-for-pr
hub pull-request
# Celebrate!