metasploit-framework

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

Ruby

Metasploit Framework

Metasploit::Framework::LoginScanner::Glassfish#is_secure_admin_disabled?

As of Sep 2014, if Secure Admin is disabled, it simply means the admin isn't allowed
to login remotely. However, the authentication will still run and hint whether the
password is correct or not.

Source | Google | Stack overflow

Edit

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

cd metasploit-framework

open lib/metasploit/framework/login_scanner/glassfish.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Metasploit--Framework--LoginScanner--Glassfish-is_secure_admin_disabled--for-pr


# Commit to git

git add lib/metasploit/framework/login_scanner/glassfish.rbgit commit -m "better docs for Metasploit::Framework::LoginScanner::Glassfish#is_secure_admin_disabled?"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Metasploit--Framework--LoginScanner--Glassfish-is_secure_admin_disabled--for-pr

hub pull-request


# Celebrate!