> For the complete documentation index, see [llms.txt](https://man.protyro.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://man.protyro.eu/master.md).

# Welcome

This documentation named "One for all" is my personal notebook. It contains my favorites strategies, tools, cheatsheets, resources, courses I followed, reminders and so on.

I'm not an expert and i'm not the best but i keep learning. And I like to put my learning somewhere, here is the place.

I use it for penetration testing, don't hesitate to use it too. Please let me know if it was usefull for you and how can I improve it. I already know that I have to organize it better... Perhaps one day.

Send me any feedback or put a like to let me know you like it :)

You can reach me on twitter : @Protyro1337

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:

```
GET https://man.protyro.eu/master.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.
