Skip to content

Commit fed1016

Browse files
David MaloneyDavid Maloney
authored andcommitted
pull in rex-core as a dep
1 parent c6b0c0b commit fed1016

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ PATH
3333
recog
3434
redcarpet
3535
rex-arch
36+
rex-core
3637
rex-java
3738
rex-ole
3839
rex-powershell
@@ -227,6 +228,7 @@ GEM
227228
redcarpet (3.3.4)
228229
rex-arch (0.1.1)
229230
rex-text
231+
rex-core (0.1.2)
230232
rex-java (0.1.2)
231233
rex-ole (0.1.2)
232234
rex-text

metasploit-framework.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Gem::Specification.new do |spec|
113113
#
114114
# REX Libraries
115115
#
116+
# Core of the Ruby Exploitation Library
117+
spec.add_runtime_dependency 'rex-core'
116118
# Text manipulation library for things like generating random string
117119
spec.add_runtime_dependency 'rex-text'
118120
# Library for Generating Randomized strings valid as Identifiers such as variable names
@@ -132,6 +134,8 @@ Gem::Specification.new do |spec|
132134
spec.add_runtime_dependency 'rex-arch'
133135
# Library for working with OLE.
134136
spec.add_runtime_dependency 'rex-ole'
137+
# Rex Socket Abstraction Layer
138+
#spec.add_runtime_dependency 'rex-socket'
135139

136140
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
137141
# NoMethodError undefined method `dlopen' for Fiddle:Module

0 commit comments

Comments
 (0)