File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,22 @@ module Rex
38
38
LogSource = "rex"
39
39
end
40
40
41
+ #
42
+ # REX Gems
43
+ #
44
+ # Text manipulation library for things like generating random string
45
+ require 'rex/text'
46
+ # Library for Generating Randomized strings valid as Identifiers such as variable names
47
+ require 'rex/random_identifier'
48
+ # library for creating Powershell scripts for exploitation purposes
49
+ require 'rex/powershell'
50
+ # Library for processing and creating Zip compatbile archives
51
+ require 'rex/zip'
52
+ # Library for parsing offline Windows Registry files
53
+ require 'rex/registry'
54
+ # Library for parsing Java serialized streams
55
+ require 'rex/java'
56
+
41
57
# Generic classes
42
58
require 'rex/constants'
43
59
require 'rex/exceptions'
You can’t perform that action at this time.
0 commit comments