# Post Exploitation

- [PEASS-ng](https://oscp-certification.certs-study.com/post-exploitation/peass-ng.md)
- [LinEnum](https://oscp-certification.certs-study.com/post-exploitation/linenum.md)
- [Windows Privilege Escalation](https://oscp-certification.certs-study.com/post-exploitation/windows-privilege-escalation.md)
- [Priv2Admin](https://oscp-certification.certs-study.com/post-exploitation/priv2admin.md)
- [PowerView](https://oscp-certification.certs-study.com/post-exploitation/powerview.md)
- [powercat](https://oscp-certification.certs-study.com/post-exploitation/powercat.md)
- [Impacket](https://oscp-certification.certs-study.com/post-exploitation/impacket.md): Impacket is a collection of Python classes for working with network protocols. Impacket is focused on providing low-level programmatic access to the packets and for some protocols (e.g. SMB1-3 and MSR
- [GTFOBins](https://oscp-certification.certs-study.com/post-exploitation/gtfobins.md): GTFOBins is a curated list of Unix binaries that can be used to bypass local security restrictions in misconfigured systems.
- [WADComs](https://oscp-certification.certs-study.com/post-exploitation/wadcoms.md): WADComs is an interactive cheat sheet, containing a curated list of offensive security tools and their respective commands, to be used against Windows/AD environments.
- [RunasCs](https://oscp-certification.certs-study.com/post-exploitation/runascs.md)
- [scavenger](https://oscp-certification.certs-study.com/post-exploitation/scavenger.md)
- [Sherlock](https://oscp-certification.certs-study.com/post-exploitation/sherlock.md)
- [WESNG](https://oscp-certification.certs-study.com/post-exploitation/wesng.md)
- [JAWS](https://oscp-certification.certs-study.com/post-exploitation/jaws.md)
- [Watson](https://oscp-certification.certs-study.com/post-exploitation/watson.md)
- [LOLBAS](https://oscp-certification.certs-study.com/post-exploitation/lolbas.md): Living Off The Land Binaries, Scripts and Libraries


---

# 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://oscp-certification.certs-study.com/post-exploitation.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.
