# RedTeamGarage (RTG)

## RedTeamGarage (RTG)

- [About RTG](https://www.redteamgarage.com/rtg/about-rtg.md)
- [About the Author](https://www.redteamgarage.com/rtg/about-the-author.md)
- [Launching Your Career in Ethical Hacking: A Comprehensive Step-by-Step Guide](https://www.redteamgarage.com/rtg/launching-your-career-in-ethical-hacking-a-comprehensive-step-by-step-guide.md)
- [Why Offensive Cyber Red Teaming](https://www.redteamgarage.com/red-teaming-zone/why-offensive-cyber-red-teaming.md)
- [Red Teaming Methodology](https://www.redteamgarage.com/red-teaming-methodology.md)
- [Recon for Red Teaming- Theory](https://www.redteamgarage.com/recon-for-red-teaming-theory.md)
- [Recon for Red Teaming- Practical](https://www.redteamgarage.com/recon-for-red-teaming-practical.md)
- [OSINT for Red Teaming](https://www.redteamgarage.com/osint-for-red-teaming.md)
- [Reverse Shell 101](https://www.redteamgarage.com/reverse-shell-101.md)
- [Windows Reverse Shell](https://www.redteamgarage.com/reverse-shell-101/windows-reverse-shell.md)
- [Reverse Shell References](https://www.redteamgarage.com/reverse-shell-101/reverse-shell-references.md)
- [Lateral Movement 101](https://www.redteamgarage.com/lateral-movement-101.md)
- [Offensive PowerShell](https://www.redteamgarage.com/offensive-powershell.md)
- [Offensive C Sharp (C#)](https://www.redteamgarage.com/offensive-c-sharp-c.md)
- [Offensive WMI](https://www.redteamgarage.com/offensive-wmi.md)
- [RDP login with NTLM Hash](https://www.redteamgarage.com/rdp-login-with-ntlm-hash.md)
- [RDP as a Console](https://www.redteamgarage.com/rdp-as-a-console.md)
- [Bypassing Windows AppLocker](https://www.redteamgarage.com/bypassing-windows-applocker.md)
- [Attacking MSSQL](https://www.redteamgarage.com/attacking-mssql.md)
- [Backdoors](https://www.redteamgarage.com/backdoors.md)
- [Pivoting & Tunneling](https://www.redteamgarage.com/pivoting-and-tunneling.md)
- [Cloud in Red Teaming](https://www.redteamgarage.com/cloud-in-red-teaming.md)
- [Social Engineering in Red Teaming](https://www.redteamgarage.com/social-engineering-in-red-teaming.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://www.redteamgarage.com/rtg/about-rtg.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.
