Correct SAP Table Name

bug/bundler_fix
Chris John Riley 2013-02-19 11:20:49 +01:00
parent 358b2f5783
commit d49797267e
1 changed files with 1 additions and 1 deletions

View File

@ -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,