| Module | Msf::Handler::BindTcp |
| In: |
lib/msf/core/handler/bind_tcp.rb
|
This module implements the Bind TCP handler. This means that it will attempt to connect to a remote host on a given port for a period of time (typically the duration of an exploit) to see if a the payload has started listening. This can tend to be rather verbose in terms of traffic and in general it is preferable to use reverse payloads.