File tree Expand file tree Collapse file tree 5 files changed +7
-453
lines changed Expand file tree Collapse file tree 5 files changed +7
-453
lines changed Original file line number Diff line number Diff line change 43
43
rex-powershell
44
44
rex-random_identifier
45
45
rex-registry
46
+ rex-rop_builder
46
47
rex-socket
47
48
rex-sslscan
48
49
rex-struct2
256
257
rex-random_identifier (0.1.0 )
257
258
rex-text
258
259
rex-registry (0.1.0 )
260
+ rex-rop_builder (0.1.0 )
261
+ metasm
262
+ rex-core
263
+ rex-text
259
264
rex-socket (0.1.0 )
260
265
rex-core
261
266
rex-sslscan (0.1.0 )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ Gem::Specification.new do |spec|
32
32
spec . executables = [
33
33
'msfconsole' ,
34
34
'msfd' ,
35
- 'msfrop' ,
36
35
'msfrpc' ,
37
36
'msfrpcd' ,
38
37
'msfupdate' ,
@@ -142,6 +141,8 @@ Gem::Specification.new do |spec|
142
141
spec . add_runtime_dependency 'rex-socket'
143
142
# Library for scanning a server's SSL/TLS capabilities
144
143
spec . add_runtime_dependency 'rex-sslscan'
144
+ # Library and tool for finding ROP gadgets in a supplied binary
145
+ spec . add_runtime_dependency 'rex-rop_builder'
145
146
146
147
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
147
148
# NoMethodError undefined method `dlopen' for Fiddle:Module
You can’t perform that action at this time.
0 commit comments