From fa7b711d60da1ef37d2c9674f5f79ecd63a6345e Mon Sep 17 00:00:00 2001 From: Ivanov Vladimir Date: Wed, 7 Oct 2020 13:02:48 +0300 Subject: [PATCH] Change ltype in loot --- modules/auxiliary/admin/sap/sap_igs_xmlchart_xxe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/admin/sap/sap_igs_xmlchart_xxe.rb b/modules/auxiliary/admin/sap/sap_igs_xmlchart_xxe.rb index c379c84e4d..702e8cb493 100644 --- a/modules/auxiliary/admin/sap/sap_igs_xmlchart_xxe.rb +++ b/modules/auxiliary/admin/sap/sap_igs_xmlchart_xxe.rb @@ -338,7 +338,7 @@ class MetasploitModule < Msf::Auxiliary if !@file_content.to_s.empty? vprint_good("File: #{@file} content from host: #{@host}\n#{@file_content}") - loot = store_loot('sap.igs.xmlchart.xxe', 'text/plain', @host, @file_content, @file, 'SAP IGS XMLCHART XXE') + loot = store_loot('igs.xmlchart.xxe', 'text/plain', @host, @file_content, @file, 'SAP IGS XMLCHART XXE') print_good("File: #{@file} saved in: #{loot}") else print_error("Failed to get #{@file} content!")