Skip to content

Commit 0f63420

Browse files
author
Tod Beardsley
committed
Be specific about the type of hash
See rapid7#2583. Since there are several types of hashes, we need to be more specific about this -- see modules/exploits/windows/smb/psexec.rb which uses an "smb_hash" as a password type. Also, the fixes in rapid7#2583 do not appear to address anything else reported on the Redmine issue, namely, operating system and architecture identification discovered with this module (assuming good credentials). Therefore, the Redmine issue should not be considered resolved. [SeeRM rapid7#4398]
1 parent 1fee3ce commit 0f63420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/mysql/mysql_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def run
9191
:port => rport,
9292
:user => row[0],
9393
:pass => row[2],
94-
:type => "hash",
94+
:type => "mysql_hash",
9595
:sname => "mysql",
9696
:active => true
9797
})

0 commit comments

Comments
 (0)