# README.txt

> "Every act of creation begins with an act of destruction."\
> — Pablo Picasso

***

{% code title="README.txt" lineNumbers="true" %}

```
Welcome to my Ethical Hacking field book!

Cheat sheets, down to earth definitions and guides!
If you are on GitHub, switch to GitBook - So much pretty! Link in "About".
If you can't read the end of a line, use the button of your mouse wheel.
Save this page in bookmarks, others may dissapear.
Keep in mind it's just one dude, there might be errors!
Also english is not my native language so sorry for possible misspellings.

The book assumes you have basic(not much) understanding on computer science.
It's not tailored to be a 0 to hero. It's a side companion.
I hope my project helps you, but I can't recommend enough to create your own.
Teaching is the fastest way to learn and knowledge should be free!
If this helps you in any way, please reach, it would make my day <3


Project started on Halloween of 2023 by @malcrvz
GPL-3.0 license, do whatever you want but keep it free.
```

{% endcode %}


---

# 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://malcrvz.gitbook.io/the-vx-files/readme.txt.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.
