mirror of
https://github.com/danbulant/ctf-tcp-server
synced 2026-05-19 04:08:42 +00:00
Add readme
This commit is contained in:
parent
3637cfb563
commit
edce3b5405
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal 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
|
||||
```
|
||||
Loading…
Reference in a new issue