# Web

- [Web Pentesting Checklist](https://ressurect.gitbook.io/notes/web/web-pentesting-checklist.md): A raw checklist compiled from day-to-day test cases, Hackerone reports and unusual observations.
- [Insecure Deserialization](https://ressurect.gitbook.io/notes/web/insecure-deserialization.md)
- [Blind XPath Injection](https://ressurect.gitbook.io/notes/web/blind-xpath-injection.md)
- [GraphQL](https://ressurect.gitbook.io/notes/web/master.md): Various test cases
- [Reverse Shells](https://ressurect.gitbook.io/notes/web/reverse-shells.md)
- [IIS](https://ressurect.gitbook.io/notes/web/reverse-shells/iis.md)
- [Content-Security-Policy](https://ressurect.gitbook.io/notes/web/content-security-policy.md)
- [XSS (Static Nonce in CSP)](https://ressurect.gitbook.io/notes/web/content-security-policy/xss-static-nonce-in-csp.md)
- [LLM (Large Language Models)](https://ressurect.gitbook.io/notes/web/llm-large-language-models.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://ressurect.gitbook.io/notes/web.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.
