# About

### ⚠️ Dislaimer

{% hint style="danger" %}
This material is provided for educational and research purposes only. The author does not encourage unauthorized access, hacking, or other illegal activity.\
Any use of the described techniques is permitted only within the law and with the express permission of the system owner (e.g., during penetration testing, security audits, or laboratory work). Responsibility for the use of the information rests with the person using it.
{% endhint %}

***

{% hint style="info" %}
*This is a pentesting/red-teaming reference book. Here you'll find explanations of internet attacks, notes, and cheat sheets. I'll try to fill the book every day; I think I'll be 50% complete in a month or two, gradually adding new pages and sections, of course.*
{% endhint %}

**Sections and subsections are planned** (approximately):

* Web Application Attacks
* Infrastructure Attacks
* Web Application Enumeration
* Infrastructure Enumeration
* OSINT
* Command & Control Servers (quick guides and notes)
* Phishing
* Web Exploit Development

{% hint style="warning" %}
*<mark style="color:purple;">**All material is not professional, I do this more for myself, there may be some flaws.**</mark>*
{% endhint %}

***

### [Github](https://github.com/xqu3ry)

### [HackTheBox](https://app.hackthebox.com/profile/2022982)

### [TryHackMe](https://tryhackme.com/p/xqu3ry)

### [Telegram Channel](https://t.me/xqu3rychannel)


---

# 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://hackbook.xqu3ry.me/information/about.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.
