Deploy a challenge binary pwnable locally on port 1337 using socat:
pwnable
socat tcp4-listen:1337,reuseaddr,fork exec:./pwnable &
Last updated 2 years ago