# CTF TCP Server Starts a command whenever a connection is made. ```sh tcp-spawner {address}:{port} {command} tcp-spawner 0.0.0.0:1337 bash ```