File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
json
10
10
metasploit-concern (~> 1.0 )
11
11
metasploit-model (~> 1.0 )
12
- metasploit-payloads (= 1.0.2 )
12
+ metasploit-payloads (= 1.0.3 )
13
13
msgpack
14
14
nokogiri
15
15
packetfu (= 1.1.9 )
123
123
activemodel (>= 4.0.9 , < 4.1.0 )
124
124
activesupport (>= 4.0.9 , < 4.1.0 )
125
125
railties (>= 4.0.9 , < 4.1.0 )
126
- metasploit-payloads (1.0.2 )
126
+ metasploit-payloads (1.0.3 )
127
127
metasploit_data_models (1.2.3 )
128
128
activerecord (>= 4.0.9 , < 4.1.0 )
129
129
activesupport (>= 4.0.9 , < 4.1.0 )
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ Gem::Specification.new do |spec|
62
62
# Things that would normally be part of the database model, but which
63
63
# are needed when there's no database
64
64
spec . add_runtime_dependency 'metasploit-model' , '~> 1.0'
65
- # Needed for Meterpreter on Windows, soon others.
66
- spec . add_runtime_dependency 'metasploit-payloads' , '1.0.2 '
65
+ # Needed for Meterpreter
66
+ spec . add_runtime_dependency 'metasploit-payloads' , '1.0.3 '
67
67
# Needed by msfgui and other rpc components
68
68
spec . add_runtime_dependency 'msgpack'
69
69
# Needed by anemone crawler
You can’t perform that action at this time.
0 commit comments