# Page Not Found

The URL `files/sIsPnmnGlBpaoP31G2ju` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Anti Analysis with Indirect Prompt injection](https://dinos-security-projects.gitbook.io/dinos-security-projects/ai-security-projects/anti-analysis-with-indirect-prompt-injection.md)
- [AI Red Teaming pt.1: Getting Started with Garak](https://dinos-security-projects.gitbook.io/dinos-security-projects/ai-security-projects/ai-red-teaming-pt.1-getting-started-with-garak.md)
- [One LLM to Rule them All: ChatGPT for Command and Control](https://dinos-security-projects.gitbook.io/dinos-security-projects/ai-security-projects/one-llm-to-rule-them-all-chatgpt-for-command-and-control.md)
- [Binary Proxy Exectuion](https://dinos-security-projects.gitbook.io/dinos-security-projects/attacking-active-directory/binary-proxy-exectuion.md)
- [Reverse Shell Generation](https://dinos-security-projects.gitbook.io/dinos-security-projects/command-and-control/reverse-shell-generation.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://dinos-security-projects.gitbook.io/dinos-security-projects/ai-security-projects/anti-analysis-with-indirect-prompt-injection.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.

### Option 2 — Browse the documentation index

Full index: https://dinos-security-projects.gitbook.io/dinos-security-projects/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://dinos-security-projects.gitbook.io/dinos-security-projects/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/dinos-security-projects/ai-security-projects/anti-analysis-with-indirect-prompt-injection.md`).

You may also use `Accept: text/markdown` header for content negotiation.
