mirror of
https://github.com/danbulant/ctf-tcp-server
synced 2026-05-19 04:08:42 +00:00
8 lines
No EOL
145 B
Markdown
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
|
|
``` |