Skip to content

Instantly share code, notes, and snippets.

@wchen-r7
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wchen-r7/077aa5498cfbbc5e332e to your computer and use it in GitHub Desktop.
Save wchen-r7/077aa5498cfbbc5e332e to your computer and use it in GitHub Desktop.
msf > irb
[*] Starting IRB shell...
>> Msf::Module::Platform.subclasses.each {|c| puts "#{c.inspect} = #{c.realname.downcase}"}
Msf::Module::Platform::Linux = linux
Msf::Module::Platform::Firefox = firefox
Msf::Module::Platform::Cisco = cisco
Msf::Module::Platform::OSX = osx
Msf::Module::Platform::NodeJS = nodejs
Msf::Module::Platform::Solaris = solaris
Msf::Module::Platform::BSD = bsd
Msf::Module::Platform::Python = python
Msf::Module::Platform::OpenBSD = openbsd
Msf::Module::Platform::BSDi = bsdi
Msf::Module::Platform::JavaScript = javascript
Msf::Module::Platform::NetBSD = netbsd
Msf::Module::Platform::PHP = php
Msf::Module::Platform::FreeBSD = freebsd
Msf::Module::Platform::Unix = unix
Msf::Module::Platform::AIX = aix
Msf::Module::Platform::Irix = irix
Msf::Module::Platform::HPUX = hpux
Msf::Module::Platform::Ruby = ruby
Msf::Module::Platform::Java = java
Msf::Module::Platform::Android = android
Msf::Module::Platform::Netware = netware
Msf::Module::Platform::Windows = windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment