File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ group :development do
19
19
# module documentation
20
20
gem 'octokit'
21
21
# Metasploit::Aggregator external session proxy
22
- # Disabled for now for crypttlv updates
23
- # gem 'metasploit-aggregator'
22
+ gem 'metasploit-aggregator' if [
23
+ 'x86-mingw32' , 'x64-mingw32' ,
24
+ 'x86_64-linux' , 'x86-linux' ,
25
+ 'darwin' ] . include? ( RUBY_PLATFORM . gsub ( /.*darwin.*/ , 'darwin' ) )
24
26
end
25
27
26
28
group :development , :test do
Original file line number Diff line number Diff line change @@ -126,15 +126,39 @@ GEM
126
126
ffi (1.9.18 )
127
127
filesize (0.1.1 )
128
128
fivemat (1.3.5 )
129
+ google-protobuf (3.4.1.1 )
130
+ googleapis-common-protos-types (1.0.0 )
131
+ google-protobuf (~> 3.0 )
132
+ googleauth (0.5.3 )
133
+ faraday (~> 0.12 )
134
+ jwt (~> 1.4 )
135
+ logging (~> 2.0 )
136
+ memoist (~> 0.12 )
137
+ multi_json (~> 1.11 )
138
+ os (~> 0.9 )
139
+ signet (~> 0.7 )
140
+ grpc (1.6.6 )
141
+ google-protobuf (~> 3.1 )
142
+ googleapis-common-protos-types (~> 1.0.0 )
143
+ googleauth (~> 0.5.1 )
129
144
hashery (2.1.2 )
130
145
i18n (0.8.6 )
131
146
jsobfu (0.4.2 )
132
147
rkelly-remix
133
148
json (2.1.0 )
149
+ jwt (1.5.6 )
150
+ little-plugger (1.1.4 )
151
+ logging (2.2.2 )
152
+ little-plugger (~> 1.1 )
153
+ multi_json (~> 1.10 )
134
154
loofah (2.1.1 )
135
155
crass (~> 1.0.2 )
136
156
nokogiri (>= 1.5.9 )
157
+ memoist (0.16.0 )
137
158
metasm (1.0.3 )
159
+ metasploit-aggregator (1.0.0 )
160
+ grpc
161
+ rex-arch
138
162
metasploit-concern (2.0.5 )
139
163
activemodel (~> 4.2.6 )
140
164
activesupport (~> 4.2.6 )
168
192
mini_portile2 (2.3.0 )
169
193
minitest (5.10.3 )
170
194
msgpack (1.1.0 )
195
+ multi_json (1.12.2 )
171
196
multipart-post (2.0.0 )
172
197
nessus_rest (0.1.6 )
173
198
net-ssh (4.2.0 )
179
204
sawyer (~> 0.8.0 , >= 0.5.3 )
180
205
openssl-ccm (1.2.1 )
181
206
openvas-omp (0.0.4 )
207
+ os (0.9.6 )
182
208
packetfu (1.1.13 )
183
209
pcaprub
184
210
patch_finder (1.0.2 )
304
330
sawyer (0.8.1 )
305
331
addressable (>= 2.3.5 , < 2.6 )
306
332
faraday (~> 0.8 , < 1.0 )
333
+ signet (0.7.3 )
334
+ addressable (~> 2.3 )
335
+ faraday (~> 0.9 )
336
+ jwt (~> 1.5 )
337
+ multi_json (~> 1.10 )
307
338
simplecov (0.15.1 )
308
339
docile (~> 1.1.0 )
309
340
json (>= 1.8 , < 3 )
@@ -332,6 +363,7 @@ PLATFORMS
332
363
DEPENDENCIES
333
364
factory_girl_rails
334
365
fivemat
366
+ metasploit-aggregator
335
367
metasploit-framework !
336
368
octokit
337
369
pry
You can’t perform that action at this time.
0 commit comments