File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
modules/exploits/multi/misc Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ##
2
+ # This file is part of the Metasploit Framework and may be subject to
3
+ # redistribution and commercial restrictions. Please see the Metasploit
4
+ # web site for more information on licensing and terms of use.
5
+ # http://metasploit.com/
6
+ ##
7
+
1
8
require 'msf/core'
2
9
3
10
class Metasploit3 < Msf ::Exploit ::Remote
@@ -6,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote
6
13
7
14
def initialize ( info = { } )
8
15
super ( update_info ( info ,
9
- 'Name' => '"Ra1NX" PHP Bot pubcall Authentication Bypass Remote Code Execution' ,
16
+ 'Name' => '"Ra1NX" PHP Bot PubCall Authentication Bypass Remote Code Execution' ,
10
17
'Description' => %q{
11
18
This module allows remote command execution on the PHP IRC bot Ra1NX by
12
19
using the public call feature in private message to covertly bypass the
@@ -40,7 +47,7 @@ def initialize(info = {})
40
47
[ 'Ra1NX' , { } ]
41
48
] ,
42
49
'Privileged' => false ,
43
- 'DisclosureDate' => 'March 24 2013' ,
50
+ 'DisclosureDate' => 'Mar 24 2013' ,
44
51
'DefaultTarget' => 0 ) )
45
52
46
53
register_options (
You can’t perform that action at this time.
0 commit comments