Module Msf::Exploit::Type
In: lib/msf/core/exploit.rb

The various basic types of exploits

Constants

Remote = "remote"   Indicates that the exploit is a remote exploit.
Local = "local"   Indicates that the exploit is a local exploit.
Omni = "omnipresent"   Indicates that the exploit can work anywhere it damn pleases.

[Validate]