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

# Ethical Hacking Notes

![](/files/26d2d6fbba7ee69234c8260631d01747a64217e6)

Welcome to my study notes for the UTN CEH course and ethical hacking in general; I hope you find them useful for your studies and practice. Each of these writings originates, in principle, as a lab for a course module, but it does not remain merely a lab. I try to give each piece enough detail and illustrate, at least, the basic use of each tool or process and not be just a tiny document where the requested task is solved and that's it.&#x20;

The idea of these writings is truly to generate documentation that will serve in the future as a reference or quick guide for when I need to consult them again. And that they can be freely shared with the community of students who need access to reference information for their studies.&#x20;

{% hint style="info" %}
These writings detail my personal notes created to understand and practice the course contents and some additional topics. They will be under constant review and update. All are created by me for study and future reference and may contain errors typical of someone who is constantly learning. If you see something that can be improved, don't hesitate to mention it; you can contact me on Twitter [@tzero86](https://twitter.com/Tzero86) at any time.

Technical guides on lab solutions are also available on [my blog](https://tzero86.xyz/) (only in English for the moment).\
\
If your situation allows, I appreciate any help you can give to support my studies and the creation of new content. I will be eternally grateful 💚  <a href="https://buymeacoffee.com/tzero86" class="button primary" data-icon="mug-hot">Buy me a coffee</a>

\
***Beware of the dog, you have been warned.*** 😎
{% endhint %}


---

# 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://tzero86.gitbook.io/tzero86/master.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.
