Module Msf::Exploit::Remote::Tcp
In: lib/msf/core/exploit/tcp.rb

This module provides methods for establish a connection to a remote host and communicating with it.

Methods

chost   cleanup   connect   connect_timeout   cport   disconnect   handler   lhost   lport   new   proxies   rhost   rport   ssl  

Attributes

sock  [RW] 

Public Class methods

Initializes an instance of an exploit module that exploits a vulnerability in a TCP server.

Public Instance methods

Returns the local host for outgoing connections

Performs cleanup, disconnects the socket if necessary

Establishes a TCP connection to the specified RHOST/RPORT

Returns the TCP connection timeout

Returns the local port for outgoing connections

Closes the TCP connection

Returns the local host

Returns the local port

Returns the proxy configuration

Returns the target host

Returns the remote port

Returns the boolean indicating SSL

[Validate]