Fix last print_ message format

unstable
jvazquez-r7 2013-07-02 11:17:16 -05:00
parent e9441f540e
commit 76a9abfd4e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class Metasploit3 < Msf::Auxiliary
next
end
found = "#{rhost} #{username}:#{sha1_salt}:#{sha1_hash}"
found = "#{rhost}:#{rport} - IPMI - Hash found: #{username}:#{sha1_salt}:#{sha1_hash}"
print_good(found)
write_output_files(rhost, username, sha1_salt, sha1_hash)