| Module | Msf::Exploit::Remote::TcpServer |
| In: |
lib/msf/core/exploit/tcp.rb
|
This mixin provides a generic interface for running a TCP server of some sort that is designed to exploit clients. Exploits that include this mixin automatically take a passive stance.
This mixin overrides the exploit method so that it can initiate the service that corresponds with what the client has requested.