File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
modules/payloads/singles/php Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
metasploit-concern (= 1.0.0 )
14
14
metasploit-credential (= 1.0.1 )
15
15
metasploit-model (= 1.0.0 )
16
- metasploit-payloads (= 1.0.21 )
16
+ metasploit-payloads (= 1.0.22 )
17
17
metasploit_data_models (= 1.2.10 )
18
18
msgpack
19
19
network_interface (~> 0.0.1 )
124
124
activemodel (>= 4.0.9 , < 4.1.0 )
125
125
activesupport (>= 4.0.9 , < 4.1.0 )
126
126
railties (>= 4.0.9 , < 4.1.0 )
127
- metasploit-payloads (1.0.21 )
127
+ metasploit-payloads (1.0.22 )
128
128
metasploit_data_models (1.2.10 )
129
129
activerecord (>= 4.0.9 , < 4.1.0 )
130
130
activesupport (>= 4.0.9 , < 4.1.0 )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
70
70
# are needed when there's no database
71
71
spec . add_runtime_dependency 'metasploit-model' , '1.0.0'
72
72
# Needed for Meterpreter
73
- spec . add_runtime_dependency 'metasploit-payloads' , '1.0.21 '
73
+ spec . add_runtime_dependency 'metasploit-payloads' , '1.0.22 '
74
74
# Needed by msfgui and other rpc components
75
75
spec . add_runtime_dependency 'msgpack'
76
76
# get list of network interfaces, like eth* from OS.
Original file line number Diff line number Diff line change 12
12
13
13
module Metasploit4
14
14
15
- CachedSize = 26203
15
+ CachedSize = 26205
16
16
17
17
include Msf ::Payload ::Single
18
18
include Msf ::Payload ::Php ::ReverseTcp
You can’t perform that action at this time.
0 commit comments