File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 10
10
coverage
11
11
data /meterpreter /ext_server_pivot.dll
12
12
data /meterpreter /ext_server_pivot.x64.dll
13
- doc
13
+ doc /
14
14
external /source /meterpreter /java /bin
15
15
external /source /meterpreter /java /build
16
16
external /source /meterpreter /java /extensions
Original file line number Diff line number Diff line change @@ -302,6 +302,10 @@ def type
302
302
return 'port'
303
303
end
304
304
305
+ def normalize ( value )
306
+ value . to_i
307
+ end
308
+
305
309
def valid? ( value )
306
310
return false if empty_required_value? ( value )
307
311
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ def initialize(info = {})
24
24
25
25
This module has been tested across multiple versions of RoR 3.x and RoR 2.x
26
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
27
+ The technique used by this module requires the target to be running a fairly recent
28
+ version of Ruby 1.9 (since 2011 or so). Applications using Ruby 1.8 may still be
29
29
exploitable using the init_with() method, but this has not been demonstrated.
30
30
31
31
} ,
You can’t perform that action at this time.
0 commit comments