-
Notifications
You must be signed in to change notification settings - Fork 109
/
rmg
454 lines (360 loc) · 13.4 KB
/
rmg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
#!/bin/bash
type _comp_filter &> /dev/null || return
type _comp_contains &> /dev/null || return
type _comp_filter_shorts &> /dev/null || return
type _comp_get_parameter &> /dev/null || return
function _rmg() {
local cur prev words cword opts arg args gadgets value_options operations enum_operations components
_init_completion || return
value_options="--argument-position --bound-name --component --config --objid --plugin --sample-folder"
value_options="$value_options --signature --template-folder --threads --wordlist-file --wordlist-folder --yso"
value_options="$value_options --serial-version-uid --payload-serial-version-uid"
_count_args "" "@(${value_options// /|})"
_comp_get_parameter 3
COMPREPLY=()
gadgets="BeanShell1 C3P0 Clojure CommonsBeanutils1 CommonsCollections1 CommonsCollections2"
gadgets="$gadgets CommonsCollections3 CommonsCollections4 CommonsCollections5 CommonsCollections6"
gadgets="$gadgets CommonsCollections7 FileUpload1 Groovy1 Hibernate1 Hibernate2 JBossInterceptors1"
gadgets="$gadgets JRMPClient JRMPListener JSON1 JavassistWeld1 Jdk7u21 Jython1 MozillaRhino1 MozillaRhino2"
gadgets="$gadgets Myfaces1 Myfaces2 ROME Spring1 Spring2 URLDNS Vaadin1 Wicket1 JRMPClient2 AnTrinh"
components="act dgc reg"
operations="bind call codebase enum guess known listen objid rebind roguejmx scan serial unbind"
enum_operations="list string-marshalling codebase localhost-bypass security-manager jep290 filter-bypass activator"
if [[ $cword -eq 1 ]]; then
if [[ $cur == -* ]]; then
opts="--help"
else
opts="$operations"
fi
elif [[ ${words[1]} == "bind" || ${words[1]} == "rebind" ]]; then
if _comp_contains "--config --plugin --yso" $prev; then
_filedir
return 0
elif _comp_contains "--ssrf-response --bind-objid --gadget-cmd" $prev; then
return 0
elif _comp_contains "--gadget-name" $prev; then
opts="$gadgets"
elif [[ $cur == -* ]] || [[ $args -ge 8 ]]; then
opts="--help"
opts="$opts --bind-bound-name"
opts="$opts --bind-objid"
opts="$opts --config"
opts="$opts --encode"
opts="$opts --gadget-cmd"
opts="$opts --gadget-name"
opts="$opts --gopher"
opts="$opts --localhost-bypass"
opts="$opts --no-color"
opts="$opts --plugin"
opts="$opts --raw"
opts="$opts --ssl"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stack-trace"
opts="$opts --stream-protocol"
opts="$opts --verbose"
opts="$opts --yso"
elif [[ $args -eq 4 ]]; then
_ip_addresses
compopt -o nospace
return 0
else
return 0
fi
elif [[ ${words[1]} == "call" ]]; then
if _comp_contains "--config --plugin" $prev; then
_filedir
return 0
elif _comp_contains "--component" $prev; then
opts="$components"
elif _comp_contains "--serial-version-uid --ssrf-response --objid --signature --bound-name" $prev; then
return 0
elif [[ $cur == -* ]] || [[ $args -gt 7 ]]; then
opts="--help"
opts="$opts --bound-name"
opts="$opts --component"
opts="$opts --config"
opts="$opts --encode"
opts="$opts --follow"
opts="$opts --force-activation"
opts="$opts --gopher"
opts="$opts --no-color"
opts="$opts --objid"
opts="$opts --plugin"
opts="$opts --raw"
opts="$opts --serial-version-uid"
opts="$opts --signature"
opts="$opts --ssl"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stack-trace"
opts="$opts --stream-protocol"
opts="$opts --verbose"
else
return 0
fi
elif [[ ${words[1]} == "codebase" ]]; then
if _comp_contains "--config" $prev; then
_filedir
return 0
elif _comp_contains "--component" $prev; then
opts="$components"
elif _comp_contains "--payload-serial-version-uid --serial-version-uid --ssrf-response --position --objid --signature --bound-name" $prev; then
return 0
elif [[ $cur == -* ]] || [[ $args -gt 7 ]]; then
opts="--help"
opts="$opts --bound-name"
opts="$opts --component"
opts="$opts --config"
opts="$opts --encode"
opts="$opts --follow"
opts="$opts --force-activation"
opts="$opts --gopher"
opts="$opts --no-color"
opts="$opts --objid"
opts="$opts --payload-serial-version-uid"
opts="$opts --position"
opts="$opts --raw"
opts="$opts --serial-version-uid"
opts="$opts --signature"
opts="$opts --ssl"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stack-trace"
opts="$opts --stream-protocol"
opts="$opts --verbose"
elif [[ $args -eq 5 ]]; then
_ip_addresses
compopt -o nospace
return 0
else
return 0
fi
elif [[ ${words[1]} == "enum" ]]; then
if _comp_contains "--config" $prev; then
_filedir
return 0
elif _comp_contains "--serial-version-uid --ssrf-response --bound-name" $prev; then
return 0
elif _comp_contains "--scan-action" $prev; then
opts="$enum_operations"
elif _comp_contains "--dgc-method" $prev; then
opts="clean dirty"
elif _comp_contains "--registry-method" $prev; then
opts="bind lookup rebind unbind"
elif [[ $cur == -* ]] || [[ $args -ge 4 ]]; then
opts="--help"
opts="$opts --activate"
opts="$opts --bound-name"
opts="$opts --config"
opts="$opts --dgc-method"
opts="$opts --encode"
opts="$opts --follow"
opts="$opts --force-activation"
opts="$opts --gopher"
opts="$opts --localhost-bypass"
opts="$opts --no-color"
opts="$opts --raw"
opts="$opts --registry-method"
opts="$opts --scan-action"
opts="$opts --serial-version-uid"
opts="$opts --signature"
opts="$opts --ssl"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stack-trace"
opts="$opts --stream-protocol"
opts="$opts --verbose"
else
return 0
fi
elif [[ ${words[1]} == "guess" ]]; then
if _comp_contains "--config --wordlist-file --wordlist-folder --sample-folder --template-folder" $prev; then
_filedir
return 0
elif _comp_contains "--component" $prev; then
opts="$components"
elif _comp_contains "--serial-version-uid --bound-name --objid --signature --threads" $prev; then
return 0
elif [[ $cur == -* ]] || [[ $args -ge 4 ]]; then
opts="--help"
opts="$opts --bound-name"
opts="$opts --component"
opts="$opts --config"
opts="$opts --create-samples"
opts="$opts --follow"
opts="$opts --force-activation"
opts="$opts --force-guessing"
opts="$opts --guess-duplicates"
opts="$opts --no-color"
opts="$opts --no-progress"
opts="$opts --objid"
opts="$opts --sample-folder"
opts="$opts --serial-version-uid"
opts="$opts --signature"
opts="$opts --ssl"
opts="$opts --stack-trace"
opts="$opts --template-folder"
opts="$opts --threads"
opts="$opts --trusted"
opts="$opts --update"
opts="$opts --verbose"
opts="$opts --wordlist-file"
opts="$opts --wordlist-folder"
opts="$opts --zero-arg"
else
return 0
fi
elif [[ ${words[1]} == "known" ]]; then
if [[ $cur == -* ]] || [[ $args -ge 3 ]]; then
opts="--help"
opts="$opts --no-color"
opts="$opts --stack-trace"
else
return 0
fi
elif [[ ${words[1]} == "listen" ]]; then
if _comp_contains "--config --plugin --yso" $prev; then
_filedir
return 0
elif [[ $cur == -* ]] || [[ $args -ge 6 ]]; then
opts="--help"
opts="$opts --config"
opts="$opts --no-color"
opts="$opts --plugin"
opts="$opts --stack-trace"
opts="$opts --verbose"
opts="$opts --yso"
elif [[ $args -eq 2 ]]; then
_ip_addresses
return 0
elif [[ $args -eq 4 ]]; then
opts="$gadgets"
else
return 0
fi
elif [[ ${words[1]} == "objid" ]]; then
if _comp_contains "--config" $prev; then
_filedir
return 0
elif [[ $cur == -* ]] || [[ $args -ge 3 ]]; then
opts="--help"
opts="$opts --config"
opts="$opts --no-color"
opts="$opts --stack-trace"
opts="$opts --verbose"
else
return 0
fi
elif [[ ${words[1]} == "roguejmx" ]]; then
if _comp_contains "--config" $prev; then
_filedir
return 0
elif _comp_contains "--objid --forward-host --forward-port --forward-bound-name --forward-objid" $prev; then
return 0
elif [[ $cur == -* ]] || [[ $args -ge 4 ]]; then
opts="--help"
opts="$opts --config"
opts="$opts --follow"
opts="$opts --forward-bound-name"
opts="$opts --forward-host"
opts="$opts --forward-objid"
opts="$opts --forward-port"
opts="$opts --no-color"
opts="$opts --objid"
opts="$opts --ssl"
opts="$opts --stack-trace"
opts="$opts --verbose"
elif [[ $args -eq 2 ]]; then
_ip_addresses
return 0
else
return 0
fi
elif [[ ${words[1]} == "scan" ]]; then
if _comp_contains "--config" $prev; then
_filedir
return 0
elif _comp_contains "--ports --threads --timeout-read --timeout-connect" $prev; then
return 0
elif [[ $cur == -* ]] || [[ $args -ge 3 ]]; then
opts="--help"
opts="$opts --config"
opts="$opts --no-color"
opts="$opts --no-progress"
opts="$opts --ports"
opts="$opts --stack-trace"
opts="$opts --threads"
opts="$opts --timeout-connect"
opts="$opts --timeout-read"
opts="$opts --verbose"
else
return 0
fi
elif [[ ${words[1]} == "serial" ]]; then
if _comp_contains "--config --plugin --yso" $prev; then
_filedir
return 0
elif _comp_contains "--serial-version-uid --ssrf-response --position --bound-name --objid --signature" $prev; then
return 0
elif _comp_contains "--component" $prev; then
opts="$components"
elif [[ $cur == -* ]] || [[ $args -ge 6 ]]; then
opts="--help"
opts="$opts --bound-name"
opts="$opts --component"
opts="$opts --config"
opts="$opts --encode"
opts="$opts --follow"
opts="$opts --force-activation"
opts="$opts --gopher"
opts="$opts --no-color"
opts="$opts --objid"
opts="$opts --plugin"
opts="$opts --position"
opts="$opts --raw"
opts="$opts --serial-version-uid"
opts="$opts --signature"
opts="$opts --ssl"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stack-trace"
opts="$opts --stream-protocol"
opts="$opts --verbose"
opts="$opts --yso"
elif [[ $args -eq 4 ]]; then
opts="$gadgets"
else
return 0
fi
elif [[ ${words[1]} == "unbind" ]]; then
if _comp_contains "--config" $prev; then
_filedir
return 0
elif _comp_contains "--ssrf-response" $prev; then
return 0
elif [[ $cur == -* ]] || [[ $args -ge 3 ]]; then
opts="--help"
opts="$opts --config"
opts="$opts --encode"
opts="$opts --gopher"
opts="$opts --localhost-bypass"
opts="$opts --no-color"
opts="$opts --plugin"
opts="$opts --raw"
opts="$opts --ssl"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stack-trace"
opts="$opts --stream-protocol"
opts="$opts --verbose"
else
return 0
fi
fi
_comp_filter "opts"
_comp_filter_shorts "opts"
mapfile -t COMPREPLY < <(compgen -W "${opts}" -- "${cur}")
return 0
}
complete -F _rmg rmg