Class Msf::Exploit::Local
In: lib/msf/core/exploit.rb
Parent: Exploit

The local exploit class is a specialization of the exploit module class that is geared toward exploits that are performed locally. Locally, in this case, is defined as an exploit that is realized by means other than network communication.

Methods

Public Instance methods

Returns the fact that this exploit is a local exploit.

[Validate]