Add readme

This commit is contained in:
Daniel Bulant 2023-05-28 12:25:51 +02:00
parent 3637cfb563
commit edce3b5405

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# 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
```