Extract Msf::Platform

MSP-11126
This commit is contained in:
Luke Imhoff
2014-10-16 15:11:59 -05:00
parent 27c006a8f9
commit e5cc456be7
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -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'
-1
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
Msf::Platform = Msf::Module::Platform