# Linux

### Tools

* [LinPEAS](https://github.com/carlospolop/PEASS-ng/tree/master/linPEAS) - Linux Privilege Escalation Awesome Scripts
* [pspy](https://github.com/DominicBreuker/pspy) - Process monitoring can be handy when trying to escalate privileges
* [LinEnum](https://github.com/rebootuser/LinEnum) - Scripted Local Linux Enumeration & Privilege Escalation Checks
* [Linux\_Exploit\_Suggester](https://github.com/mzet-/linux-exploit-suggester) - Linux privilege escalation auditing tool
* [Kernelpop](https://github.com/spencerdodd/kernelpop) - Kernel privilege escalation enumeration and exploitation framework
* [BeRoot](https://github.com/AlessandroZ/BeRoot/tree/master/Linux) Post exploitation tool to check common misconfigurations on Linux and Mac OS to find a way to escalate our privilege

### Metsploit

```bash
post/multi/recon/local_exploit_suggester
```


---

# 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://ttp.parzival.sh/pentesting/infrastructure/privilege_escalation/linux.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.
