# What is This?

{% hint style="danger" %}

## WARNING!

These notes are created, made, and owned by me ([@deranged0tter](https://github.com/deranged0tter)). Cloning/Copying and representing these notes as your own are illegal and strictly forbidden.
{% endhint %}

This site is my personal collection of notes that I've taken, will take, and plan on learning about in my time as a penetration tester. I'm still in the process of migrating my notes on to this site (it's a very long and painful process as I clean my notes up) so don't expect a lot out of this site.

This isn't meant to replace the amazing resources such as <https://book.hacktricks.xyz>, but are simply my personal notes shared to the public.

Note that some of this information may be incorrect, not fully up to date, or just my personal preferences. This aren't meant to be best practices or the how-to for every little thing. Simply my references shared to the public.


---

# 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://notes.drngd0tter.red/what-is-this.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.
