Add require 'msfenv' to msfdb script

This commit is contained in:
dwelch-r7 2021-01-22 14:01:18 +00:00
parent 1f679d565d
commit 0301b95597
1 changed files with 1 additions and 0 deletions

1
msfdb
View File

@ -23,6 +23,7 @@ end
$:.unshift(File.expand_path(File.join(File.dirname(msfbase), 'lib')))
$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']
require 'msfenv'
@script_name = File.basename(__FILE__)
@framework = File.expand_path(File.dirname(__FILE__))