ctf-tcp-server/README.md
Daniel Bulant edce3b5405 Add readme
2023-05-28 12:25:51 +02:00

8 lines
No EOL
145 B
Markdown

# 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
```