Dumps everything received on a socket to a file (along with timestamps).
golang
make
To compile:
cd src/ ; make
Run on port 8000 and log to socket_log.csv
:
cd src/ ; ./socket-dumper 8000 socket_log.csv
Use provided docker-compose.yaml
file with Docker:
docker-compose up
This will start the tool (using port 8000
) and write the recieved socket-data to out/socket_log.csv
.