Skip to content

Commit d497972

Browse files
Correct SAP Table Name
1 parent 358b2f5 commit d497972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/sap/sap_soap_rfc_system_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def run_host(ip)
122122
# create table for output
123123
@saptbl = Msf::Ui::Console::Table.new(
124124
Msf::Ui::Console::Table::Style::Default,
125-
'Header' => "[SAP] ICF RFC_SYSTEM_INFO",
125+
'Header' => "[SAP] SOAP RFC_SYSTEM_INFO",
126126
'Prefix' => "\n",
127127
'Postfix' => "\n",
128128
'Indent' => 1,

0 commit comments

Comments
 (0)