metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#is_password_required?
For a while, older versions of Glassfish didn't need to set a password for admin, but looks like no longer the case anymore, which means this method is getting useless (last tested: Aug 2014)
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/auxiliary/scanner/http/glassfish_login.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-is_password_required--for-pr
# Commit to gitgit add modules/auxiliary/scanner/http/glassfish_login.rbgit commit -m "better docs for MetasploitModule#is_password_required?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-is_password_required--for-pr
hub pull-request
# Celebrate!