| 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.
| sockets | [RW] | The list of sockets established by this exploit. |
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.