make these titles a little clearer
git-svn-id: file:///home/svn/framework3/trunk@11330 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c6dd53b5c0
commit
dd6afdc74c
|
@ -22,7 +22,7 @@ class Metasploit3 < Msf::Exploit
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Axis2 / SAP BusinessObjects dswsbobje Upload Exec',
|
||||
'Name' => 'Axis2 / SAP BusinessObjects Authenticated Code Execution (via SOAP)',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => %q{
|
||||
This module logs in to an Axis2 Web Admin Module instance using a specific user/pass
|
||||
|
|
|
@ -22,7 +22,7 @@ class Metasploit3 < Msf::Exploit
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Axis2 Upload Exec (via REST)',
|
||||
'Name' => 'Axis2 Authenticated Code Execution (via REST)',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => %q{
|
||||
This module logs in to an Axis2 Web Admin Module instance using a specific user/pass
|
||||
|
|
|
@ -21,7 +21,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Apache Tomcat Manager Application Deployer Upload and Execute',
|
||||
'Name' => 'Apache Tomcat Manager Application Deployer Authenticated Code Execution',
|
||||
'Description' => %q{
|
||||
This module can be used to execute a payload on Apache Tomcat servers that
|
||||
have an exposed "manager" application. The payload is uploaded as a WAR archive
|
||||
|
|
Loading…
Reference in New Issue