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

The remote exploit class is a specialization of the exploit module class that is geared toward exploits that are performed against targets other than the local machine. This typically implies exploiting other machines via a network connection, though it is not limited to this scope.

Methods

Attributes

sockets  [RW]  The list of sockets established by this exploit.

Public Class methods

Initializes the socket array.

Public Instance methods

This method is called once a new session has been created on behalf of this exploit instance and all socket connections created by this exploit should be closed.

Adds a socket to the list of sockets opened by this exploit.

Returns the fact that this exploit is a remote exploit.

Removes a socket from the list of sockets.

[Validate]