From a8ca32ab34f144f903f851a29432bb44f5e26efb Mon Sep 17 00:00:00 2001 From: sinn3r Date: Mon, 19 Aug 2013 16:28:58 -0500 Subject: [PATCH] Oh yeah, need to do this too --- modules/auxiliary/scanner/sap/sap_mgmt_con_listlogfiles.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/scanner/sap/sap_mgmt_con_listlogfiles.rb b/modules/auxiliary/scanner/sap/sap_mgmt_con_listlogfiles.rb index b61c8ac678..79905f8424 100644 --- a/modules/auxiliary/scanner/sap/sap_mgmt_con_listlogfiles.rb +++ b/modules/auxiliary/scanner/sap/sap_mgmt_con_listlogfiles.rb @@ -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] ]