Use the correct variable

bug/bundler_fix
sinn3r 2013-08-19 14:33:01 -05:00
parent 4cef4e88a6
commit d89932bfd8
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Metasploit3 < Msf::Auxiliary
end
hashlist = Rex::Quickfile.new("jtrtmp")
hashlist.write(row)
hashlist.write(loot_data)
hashlist.close
print_status("HashList: #{hashlist.path}")