Skip to content

Commit f493624

Browse files
committed
Report hash's username correctly
1 parent c6fcb9c commit f493624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ipmi/ipmi_dumphashes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def run_host(ip)
180180

181181
# Write the rakp hash to the database
182182
hash = "#{rhost} #{username}:$rakp$#{sha1_salt}$#{sha1_hash}"
183-
report_hash(user, hash)
183+
report_hash(username, hash)
184184
# Write the vulnerability to the database
185185
unless reported_vuln
186186
report_vuln(

0 commit comments

Comments
 (0)