extract Msf::Reference

MSP-11126
bug/bundler_fix
Luke Imhoff 2014-10-16 15:03:21 -05:00
parent c8730ca55b
commit 9981271e2a
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
3 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ require 'rex/ui'
module Msf
autoload :Author, 'msf/core/author'
autoload :Reference, 'msf/core/reference'
#
# Constants

View File

@ -26,6 +26,7 @@ class Module
autoload :PlatformList, 'msf/core/module/platform_list'
autoload :Rank, 'msf/core/module/rank'
autoload :Reference, 'msf/core/module/reference'
autoload :SiteReference, 'msf/core/module/reference'
autoload :Target, 'msf/core/module/target'
autoload :Type, 'msf/core/module/type'
autoload :UI, 'msf/core/module/ui'
@ -537,7 +538,6 @@ end
# Alias the data types so people can reference them just by Msf:: and not
# Msf::Module::
#
Reference = Msf::Module::Reference
SiteReference = Msf::Module::SiteReference
Platform = Msf::Module::Platform
Target = Msf::Module::Target

View File

@ -0,0 +1 @@
Msf::Reference = Msf::Module::Reference