# socat

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

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