NO PWN NO FUN!!

A stupid binary beginner
《揭秘家用路由器0day漏洞挖掘技术》漏洞分析笔记(一)
这里记录一下书中第 10 章 D-Link DIR-815 路由器多次溢出漏洞分析的复现过程 参考链接 D-Link Devices - ‘hedwig.cgi’ Remote Buffer Overflow in Cookie Header (Metasploit) 路由器固件安
HWS 2021 复现
又是一次零解的比赛,这里记录一下我的复现过程: References Reverse decryption 程序的意思即为我们的输入经过encrypt()后
PWN basics
Here are some of the more silly things that I thought would be helpful to understand PWN. What happens before main() Reference What is __libc_start_main and _start? Linux X86 程序启动 – main 函数是如何被执行的? 搞定技术面
CTF wiki ROP
Reference CTF Wiki 一步一步学 ROP 之 linux_x86 篇 – 蒸米 一步一步学 ROP 之 linux_x64 篇 – 蒸米 手把手教你栈溢出从入门到放弃(下) PWN 入门(1-