# 06 Linux PrivEsc

- [1 Look Around](https://pentest.mxhx.org/06-linux-privesc/04-look-around.md)
- [2 Enums](https://pentest.mxhx.org/06-linux-privesc/lx-enum.md)
- [3 PrivEsc](https://pentest.mxhx.org/06-linux-privesc/lx-privesc.md): Every PrivEsc comes from a misconfiguration or Vulnerability
- [4 Kernel Exploits](https://pentest.mxhx.org/06-linux-privesc/lx-kernelexp.md)
- [5 Looting](https://pentest.mxhx.org/06-linux-privesc/5-looting.md)
- [binaries](https://pentest.mxhx.org/06-linux-privesc/binaries.md)
- [Buffer Overflow](https://pentest.mxhx.org/06-linux-privesc/buffer-overflow.md)
- [bash prison](https://pentest.mxhx.org/06-linux-privesc/bash-prison.md)
- [Monitor Files](https://pentest.mxhx.org/06-linux-privesc/02-monitor-files.md)
- [mongodb node](https://pentest.mxhx.org/06-linux-privesc/mongodb-node.md)
- [Pivots](https://pentest.mxhx.org/06-linux-privesc/06-pivots.md)
- [Remote Execute](https://pentest.mxhx.org/06-linux-privesc/remote-execute.md)
- [Shell TTY Fix](https://pentest.mxhx.org/06-linux-privesc/04-shell-tty-fix.md)
- [TAR backups](https://pentest.mxhx.org/06-linux-privesc/tar-backup-tricks.md)
- [Transfer Files](https://pentest.mxhx.org/06-linux-privesc/04-transfer-files.md)
- [vnc](https://pentest.mxhx.org/06-linux-privesc/vnc.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pentest.mxhx.org/06-linux-privesc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
