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 definition
bug/bundler_fix
bigendian smalls 2015-09-28 10:03:15 -05:00
parent bb769f0dca
commit bc718da5d9
No known key found for this signature in database
GPG Key ID: 59B4F1951D086E18
1 changed files with 8 additions and 0 deletions

View File

@ -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