Make the password hash stand out as more important

bug/bundler_fix
James Lee 2014-03-04 15:08:47 -06:00
parent 9a403bf630
commit d1ea74c5fa
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class Metasploit3 < Msf::Exploit::Remote
password = inject_sql(sqli, sqlq)
if password && password.length != 0
print_status("#{peer} - Extracted admin password hash, unsalted md5 - [ #{password} ]")
print_good("#{peer} - Extracted admin password hash, unsalted md5 - [ #{password} ]")
else
print_error("#{peer} - Unable to extract password hash!")
return false