File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,18 @@ def initialize(info = {})
23
23
any ruby code remotely in the context of the application.
24
24
25
25
This module has been tested across multiple versions of RoR 3.x and RoR 2.x
26
+
27
+ The technique used by this module requires the target to be running a fairly version
28
+ of Ruby 1.9 (since 2011 or so). Applications using Ruby 1.8 may still be
29
+ exploitable using the init_with() method, but this has not been demonstrated.
30
+
26
31
} ,
27
32
'Author' =>
28
33
[
29
34
'charliesome' , # PoC
30
- 'espes' , # PoC and Metasploit module
31
- 'lian' , # Identified the RouteSet::NamedRouteCollection vector
32
- 'hdm' # Module merge/conversion/payload work
35
+ 'espes' , # PoC and Metasploit module
36
+ 'lian' , # Identified the RouteSet::NamedRouteCollection vector
37
+ 'hdm' # Module merge/conversion/payload work
33
38
] ,
34
39
'License' => MSF_LICENSE ,
35
40
'References' =>
You can’t perform that action at this time.
0 commit comments