Added mainframe as a platform in core
To develop modules, mainframe and zArchitecture needs to be defined in several places. This is the official platform.rb definitionbug/bundler_fix
parent
bb769f0dca
commit
bc718da5d9
|
@ -524,4 +524,12 @@ class Msf::Module::Platform
|
|||
Rank = 100
|
||||
Alias = "firefox"
|
||||
end
|
||||
|
||||
#
|
||||
# Mainframe
|
||||
#
|
||||
class Mainframe < Msf::Module::Platform
|
||||
Rank = 100
|
||||
Alias = "mainframe"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue