# Introduction

<div align="center"><img src="https://2817308836-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHRw3PMJtbDDjbxm5ub%2Fuploads%2FM2rQ505aykvux4kH7NAa%2Fthr_preview.png?alt=media&#x26;token=111be9f4-f32d-4a54-9af9-74b59119bdbe" alt=""></div>

This project is aimed at providing technical guides on various hacking topics. The most advanced topics are Active Directory and Web services. Other topics will be added. The ultimate goal is centralize all hacking techniques :eyes:

Cheatsheets are huge resources, but they sometimes lack simplicity or on the contrary they don't give enough context or explanation. **This is not a cheatsheets project**. Everything here will be verified, tested, and not only copy-pasted from I don't know where.

This project is not the only one around focusing on providing ethical hacking guides. You should also take a look at [hacktricks](https://book.hacktricks.xyz/welcome/readme) and [ired.team](https://www.ired.team/).

Keep in mind that these guides are maintained by non-omniscient security enthusiasts in their spare time. You will probably find things missing or mistakes and writing all this takes time.

:mega: Please feel free to contribute, give feedback/suggestions or reach out to me on Twitter ([@\_nwodtuhs](https://twitter.com/_nwodtuhs)), Discord (@nwodtuhs), IRL or whatever you feel appropriate.

{% hint style="success" %}
Almost every tool mentioned in theses notes is in [Exegol](https://exegol.rtfd.io).
{% endhint %}

## Sponsors

{% hint style="info" %}
I work at **Capgemini** and thank them for allocating some time to develop and maintain The Hacker Recipes! Visit Capgemini website at <https://www.capgemini.com/>.

![](https://2817308836-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHRw3PMJtbDDjbxm5ub%2Fuploads%2FsknmAGSaQkSEjCh3KG4M%2Fcapgemini.png?alt=media\&token=c6a26117-b259-41fe-b74e-29d0bdbc382c)
{% endhint %}


---

# 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://legacy.thehacker.recipes/readme.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.
