diff --git a/README.md b/README.md new file mode 100644 index 0000000..79de696 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file