Remove 'Hash' string from the written output

unstable
HD Moore 2013-06-24 15:45:09 -05:00
parent 1801a5a270
commit be20a76be1
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class Metasploit3 < Msf::Auxiliary
username
)
found = "#{rhost} Hash #{username}:#{hmac_buffer.unpack("H*")[0]}:#{rakp.hmac_sha1.unpack("H*")[0]}"
found = "#{rhost} #{username}:#{hmac_buffer.unpack("H*")[0]}:#{rakp.hmac_sha1.unpack("H*")[0]}"
print_good(found)
# Write the rakp hash to the output file