We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6992c commit 3c7d6c3Copy full SHA for 3c7d6c3
lib/msf/util/helper.rb
@@ -17,3 +17,5 @@ def self.which(cmd)
17
return nil
18
end
19
20
+end
21
metasploit-framework.gemspec
@@ -13,6 +13,7 @@ end
13
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
14
require 'metasploit/framework/version'
15
require 'metasploit/framework/rails_version_constraint'
16
+require 'msf/util/helper'
Gem::Specification.new do |spec|
spec.name = 'metasploit-framework'
0 commit comments