Leave a note about the old empty password issue

bug/bundler_fix
sinn3r 2014-08-27 17:06:11 -05:00
parent d5b70cca24
commit 0ba2f1e457
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ class Metasploit3 < Msf::Auxiliary
end
#
# 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)
#
def is_password_required?(version)
success = false