Pwnable.tw orw writeup

題目
簡介
Read the flag from /home/orw/flag.
Only open read write syscall are allowed to use.
題解
總之就是你丟什麼他就執行什麼
但是只能用 read/write/open
Exploit
1 | from pwn import * |
- 標題: Pwnable.tw orw writeup
- 作者: Grissia
- 撰寫于 : 2024-11-10 11:56:07
- 更新于 : 2024-11-17 20:20:48
- 連結: https://grissia.github.io/2024/11/10/Pwnable-tw-orw-writeup/
- 版權宣告: 本作品采用 CC BY-NC-SA 4.0 进行许可。