# Red Team

- [Basics](https://ppn.snovvcra.sh/red-team/basics.md)
- [Infrastructure](https://ppn.snovvcra.sh/red-team/infrastructure.md)
- [Development](https://ppn.snovvcra.sh/red-team/dev.md)
- [API Hashing](https://ppn.snovvcra.sh/red-team/dev/api-hashing.md)
- [API Hooking](https://ppn.snovvcra.sh/red-team/dev/api-hooking.md)
- [BOF / COFF](https://ppn.snovvcra.sh/red-team/dev/bof-coff.md): Beacon Object Files / Common Object File Format
- [CFG](https://ppn.snovvcra.sh/red-team/dev/cfg.md): Control Flow Guard
- [Code Injection](https://ppn.snovvcra.sh/red-team/dev/code-injection.md)
- [DLL Injectors](https://ppn.snovvcra.sh/red-team/dev/code-injection/dll-injectors.md): Inject DLLs into remote process's virtual address space
- [Process Hollowing](https://ppn.snovvcra.sh/red-team/dev/code-injection/process-hollowing.md)
- [DLL Hijacking](https://ppn.snovvcra.sh/red-team/dev/dll-hijacking.md): DLL Hijacking / DLL Side-Loading / DLL Proxying
- [Golang](https://ppn.snovvcra.sh/red-team/dev/golang.md)
- [Kernel Mode](https://ppn.snovvcra.sh/red-team/dev/kernel-mode.md)
- [PIC / Shellcode](https://ppn.snovvcra.sh/red-team/dev/pic-shellcode.md): Position-Independent Code / Shellcode
- [Nim](https://ppn.snovvcra.sh/red-team/dev/nim.md)
- [Sandbox Evasion](https://ppn.snovvcra.sh/red-team/dev/sandbox-evasion.md)
- [Syscalls](https://ppn.snovvcra.sh/red-team/dev/syscalls.md)
- [Windows API](https://ppn.snovvcra.sh/red-team/dev/winapi.md)


---

# 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://ppn.snovvcra.sh/red-team.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.
