socat

Deploy a challenge binary pwnable locally on port 1337 using socat:

socat tcp4-listen:1337,reuseaddr,fork exec:./pwnable &

Last updated