Added the license information and tidied up
parent
ca6ab7c8c2
commit
6be88224bf
|
@ -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'
|
||||
|
||||
class Metasploit3 < Msf::Exploit::Remote
|
||||
|
@ -6,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(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{
|
||||
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
|
||||
|
@ -40,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'Ra1NX', { } ]
|
||||
],
|
||||
'Privileged' => false,
|
||||
'DisclosureDate' => 'March 24 2013',
|
||||
'DisclosureDate' => 'Mar 24 2013',
|
||||
'DefaultTarget' => 0))
|
||||
|
||||
register_options(
|
||||
|
|
Loading…
Reference in New Issue