> For the complete documentation index, see [llms.txt](https://blog.conspirator.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.conspirator.io/ctf-wiki/pwn.md).

# PWN

popping some shells

* If no vuln is evident in the code, Fuzz it.
* stack based / heap based / uaf / double free / integer overflows / off by ones / checksec / run file / run strings
* run in debugger, trace the execution path,...
* roooop
*
