# Introduction

This project is aimed at providing technical guides on various CTF topics:

* :yellow\_circle: Cryptography
* :red\_circle: Forensic
* :red\_circle: OSINT
* :yellow\_circle: PWN (60% done)
* :red\_circle: Reverse
* :red\_circle: Steganography
* :red\_circle: Web
* ...

Cheatsheets are huge resources, but they sometimes lack simplicity or on the contrary they don't give any 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.

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.

📣Please feel free to contribute, give feedback/suggestions or reach out to me on Twitter ([@Akumarachi](https://twitter.com/Akumarachi)) or Discord (Aku#4254)


---

# 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://www.ctfrecipes.com/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.
