fix missing require in rex
this missing required caused an unitialized constant in browser_autopwn2 because it required the js utils bit directly without requiring rex-exploitationbug/bundler_fix
parent
55348d7342
commit
13de5f9b1e
|
@ -64,6 +64,8 @@ require 'rex/mime'
|
|||
require 'rex/encoder'
|
||||
# Architecture subsystem
|
||||
require 'rex/arch'
|
||||
# Exploit Helper Library
|
||||
require 'rex/exploitation'
|
||||
|
||||
# Generic classes
|
||||
require 'rex/exceptions'
|
||||
|
|
Loading…
Reference in New Issue