Updated Requires

rex/text and msfevn
This commit is contained in:
x90" * 365 2016-01-07 00:55:45 -05:00
parent e7dc3aa99c
commit 7f726b1b66
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#
# $Id$
# $Revision$
#
msfbase = __FILE__
while File.symlink?(msfbase)
msfbase = File.expand_path(File.readlink(msfbase), File.dirname(msfbase))
@ -10,9 +10,12 @@ end
$:.unshift(File.expand_path(File.join(File.dirname(msfbase), '..', '..', 'lib')))
require 'msfenv'
$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']
require 'msf/core'
require 'msf/base'
require 'rex'
require 'rex/text'
require 'optparse'
module PatternCreate