From d49797267e2f068f68a63c51c47370165570070c Mon Sep 17 00:00:00 2001 From: Chris John Riley Date: Tue, 19 Feb 2013 11:20:49 +0100 Subject: [PATCH] Correct SAP Table Name --- modules/auxiliary/scanner/sap/sap_soap_rfc_system_info.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/scanner/sap/sap_soap_rfc_system_info.rb b/modules/auxiliary/scanner/sap/sap_soap_rfc_system_info.rb index 8408a4ae1d..1ec8aee729 100755 --- a/modules/auxiliary/scanner/sap/sap_soap_rfc_system_info.rb +++ b/modules/auxiliary/scanner/sap/sap_soap_rfc_system_info.rb @@ -122,7 +122,7 @@ class Metasploit4 < Msf::Auxiliary # create table for output @saptbl = Msf::Ui::Console::Table.new( Msf::Ui::Console::Table::Style::Default, - 'Header' => "[SAP] ICF RFC_SYSTEM_INFO", + 'Header' => "[SAP] SOAP RFC_SYSTEM_INFO", 'Prefix' => "\n", 'Postfix' => "\n", 'Indent' => 1,