Written by: cppio
I made a simple program to analyze my JSON files.
nc misc.hsctf.com 9999
Note: You must send an EOF (normally Ctrl-D) to get a response. If netcat quits before showing any response, you may have to use socat.
socat - tcp:misc.hsctf.com:9999
Alternatively, try netcat's -q flag.
nc -q 1 misc.hsctf.com 9999
Action | Rating | Author team |
---|---|---|
Read writeup |
not rated
|
ByteForc3 |
Read writeup |
not rated
|
Dc1ph3R |