Added the license information and tidied up

unstable
bwall 2013-03-25 00:01:20 -04:00
parent ca6ab7c8c2
commit 6be88224bf
1 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# web site for more information on licensing and terms of use.
# http://metasploit.com/
##
require 'msf/core' require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote class Metasploit3 < Msf::Exploit::Remote
@ -6,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote
def initialize(info = {}) def initialize(info = {})
super(update_info(info, super(update_info(info,
'Name' => '"Ra1NX" PHP Bot pubcall Authentication Bypass Remote Code Execution', 'Name' => '"Ra1NX" PHP Bot PubCall Authentication Bypass Remote Code Execution',
'Description' => %q{ 'Description' => %q{
This module allows remote command execution on the PHP IRC bot Ra1NX by This module allows remote command execution on the PHP IRC bot Ra1NX by
using the public call feature in private message to covertly bypass the using the public call feature in private message to covertly bypass the
@ -40,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'Ra1NX', { } ] [ 'Ra1NX', { } ]
], ],
'Privileged' => false, 'Privileged' => false,
'DisclosureDate' => 'March 24 2013', 'DisclosureDate' => 'Mar 24 2013',
'DefaultTarget' => 0)) 'DefaultTarget' => 0))
register_options( register_options(