Tabs vs spaces war round 2

This commit is contained in:
sinn3r 2012-04-24 16:06:08 -05:00
parent bc42375565
commit 5bebd01eb0
1 changed files with 4 additions and 10 deletions

View File

@ -1,18 +1,12 @@
##
# $Id$
##
## ##
# This file is part of the Metasploit Framework and may be subject to # This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit # redistribution and commercial restrictions. Please see the Metasploit
# web site for more information on licensing and terms of use. # web site for more information on licensing and terms of use.
# http://metasploit.com/ # http://metasploit.com/
## ##
require 'msf/core' require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking Rank = ExcellentRanking
@ -27,15 +21,15 @@ class Metasploit3 < Msf::Exploit::Remote
This module logs in to an Axis2 Web Admin Module instance using a specific user/pass This module logs in to an Axis2 Web Admin Module instance using a specific user/pass
and uploads and executes commands via deploying a malicious web service by using SOAP. and uploads and executes commands via deploying a malicious web service by using SOAP.
}, },
'References' => 'References' =>
[ [
# General # General
[ 'URL', 'http://www.rapid7.com/security-center/advisories/R7-0037.jsp' ], [ 'URL', 'http://www.rapid7.com/security-center/advisories/R7-0037.jsp' ],
[ 'URL', 'http://spl0it.org/files/talks/source_barcelona10/Hacking%20SAP%20BusinessObjects.pdf' ], [ 'URL', 'http://spl0it.org/files/talks/source_barcelona10/Hacking%20SAP%20BusinessObjects.pdf' ],
[ 'CVE', '2010-0219' ], [ 'CVE', '2010-0219' ],
], ],
'Platform' => [ 'java', 'win', 'linux' ], # others? 'Platform' => [ 'java', 'win', 'linux' ], # others?
'Targets' => 'Targets' =>
[ [
[ 'Java', { [ 'Java', {
'Arch' => ARCH_JAVA, 'Arch' => ARCH_JAVA,