> For the complete documentation index, see [llms.txt](https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/readme.md).

# Introduction

[![CI](https://github.com/d4rkd3v1l/ThePentestersCheatSheet/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/d4rkd3v1l/ThePentestersCheatSheet/actions/workflows/build.yml)

Here are my notes taken during my [OSCP](https://www.credential.net/cc3a2ba9-93c7-48dc-89ad-f2902e0643f7#gs.03xs51) preperation and doing some [HackTheBox](https://www.hackthebox.eu/profile/138140), [TryHackMe](https://tryhackme.com/p/d4Rk), [PortSwigger Academy](https://portswigger.net/web-security/dashboard) etc.

Inititally I took them in a private space just for myself, but now I decided to make them public, in order to help others out there. At least I hope some of you guys find it helpful in some way.

Contribution is highly appreciated, just let me know (feel free to fork and pull request on GitHub) if you think something is wrong or should be improved, extended or just removed all together. 😉

So everything left to say is: Happy hacking! 😊


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
