Extract Msf::Platform
MSP-11126
This commit is contained in:
@@ -19,6 +19,7 @@ require 'rex/ui'
|
||||
|
||||
module Msf
|
||||
autoload :Author, 'msf/core/author'
|
||||
autoload :Platform, 'msf/core/platform'
|
||||
autoload :Reference, 'msf/core/reference'
|
||||
autoload :SiteReference, 'msf/core/site_reference'
|
||||
|
||||
|
||||
@@ -538,7 +538,6 @@ end
|
||||
# Alias the data types so people can reference them just by Msf:: and not
|
||||
# Msf::Module::
|
||||
#
|
||||
Platform = Msf::Module::Platform
|
||||
Target = Msf::Module::Target
|
||||
|
||||
end
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Msf::Platform = Msf::Module::Platform
|
||||
Reference in New Issue
Block a user