Oh yeah, need to do this too

bug/bundler_fix
sinn3r 2013-08-19 16:28:58 -05:00
parent 154b1e8888
commit a8ca32ab34
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ class Metasploit4 < Msf::Auxiliary
"Timestamp"
])
store_loot(
f = store_loot(
"sap.#{datastore['FILETYPE'].downcase}file",
"text/xml",
rhost,
@ -146,7 +146,7 @@ class Metasploit4 < Msf::Auxiliary
"sap_listlogfiles.xml",
"SAP #{datastore['FILETYPE'].downcase}"
)
# Report to the user where this is stored
vprint_status("sap_listlogfiles.xml stored in: #{f}")
env.each do |output|
saptbl << [ output[0], output[1], output[2] ]