metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#make_login
A copy of the mssql_login method with the ability to overload each option
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/auxiliary/fuzzers/tds/tds_login_corrupt.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-make_login-for-pr
# Commit to gitgit add modules/auxiliary/fuzzers/tds/tds_login_corrupt.rbgit commit -m "better docs for MetasploitModule#make_login"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-make_login-for-pr
hub pull-request
# Celebrate!