Module: Msf::Exploit::Type
- Defined in:
- lib/msf/core/exploit.rb
Overview
The various basic types of exploits
Constant Summary collapse
- Remote =
Indicates that the exploit is a remote exploit.
"remote"
- Local =
Indicates that the exploit is a local exploit.
"local"
- Omni =
Indicates that the exploit can work anywhere it damn pleases.
"omnipresent"