metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
Msftidy#check_invalid_url_scheme
At one point in time, somebody committed a module with a bad metasploit.com URL in the header -- http//metasploit.com/download rather than https://metasploit.com/download. This module then got copied and committed 20+ times and is used in numerous other places. This ensures that this stops.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open tools/dev/msftidy.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Msftidy-check_invalid_url_scheme-for-pr
# Commit to gitgit add tools/dev/msftidy.rbgit commit -m "better docs for Msftidy#check_invalid_url_scheme"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Msftidy-check_invalid_url_scheme-for-pr
hub pull-request
# Celebrate!