# Welcome!

The Red Team Toolkit provides tools and techniques for penetration testing. The Red Team Toolkit was made by [@EvolvingSysadmin](https://github.com/evolvingsysadmin). The information is gathered primarily from courses such as those from [TryHackMe](https://tryhackme.com/). ChatGPT was also used to create and edit content where possible.

In addition to [GitHub](https://github.com/EvolvingSysadmin/Red-Team-Toolkit), the Blue Team Toolkit can be viewed as a GitBook at <https://redteam.ryanheavican.com> or downloaded as a [markdown file](https://github.com/EvolvingSysadmin/Red-Team-Toolkit/blob/master/assets/README.md).

![Happy Hacking!](https://1554573332-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7tbxTJddjvRrScUdyX4E%2Fuploads%2Fgit-blob-64e001325a634cb9cf2b0c41c87ba6b8c3d66c96%2Flogo.svg?alt=media)


---

# 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://redteam.ryanheavican.com/readme.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.
