metasploit-framework

https://github.com/rapid7/metasploit-framework

Ruby

Metasploit Framework

MetasploitModule#is_auth_required?

The default install of RFCode Reader app does not require authentication. Instead, it'll log the
user right in. If that's the case, no point to brute-force, either.

Source | Google | Stack overflow

Edit

git clone [email protected]:rapid7/metasploit-framework.git

cd metasploit-framework

open modules/auxiliary/scanner/http/splunk_web_login.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-MetasploitModule-is_auth_required--for-pr


# Commit to git

git add modules/auxiliary/scanner/http/splunk_web_login.rbgit commit -m "better docs for MetasploitModule#is_auth_required?"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-MetasploitModule-is_auth_required--for-pr

hub pull-request


# Celebrate!