Update pcman_ftp_traversal.rb

bug/bundler_fix
JT 2015-11-08 13:40:23 +08:00
parent bb78025dde
commit e019aa12a0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class Metasploit3 < Msf::Auxiliary
end
# store file data to loot
loot_file = store_loot("pcman.ftp.data", "text",rhost,response_data, file, file_path)
loot_file = store_loot("pcman.ftp.data", "text", rhost, response_data, file, file_path)
print_status("Stored #{file_path} to #{loot_file}")
# Read and print the data from the loot file.