> For the complete documentation index, see [llms.txt](https://pentest.mxhx.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentest.mxhx.org/06-linux-privesc/buffer-overflow.md).

# Buffer Overflow

## Intro

```
Check compile time protections:
> gdb myapp

g> checksec
NX  : enabled - aka: "Dep"
ASLR: not found

Next:
libc analysis
```

## October

* HackTheBox has a good one by ippsec
* <https://www.youtube.com/watch?v=K05mJazHhF4>
* Python script that pushes 250 A's ...and then gets root

## More...

* to come...
