# Web Attacks

- [Introduction to Web Attacks](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/introduction-to-web-attacks.md)
- [Intro to HTTP Verb Tampering](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/intro-to-http-verb-tampering.md)
- [Bypassing Basic Authentication](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/bypassing-basic-authentication.md)
- [Bypassing Security Filters](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/bypassing-security-filters.md)
- [Verb Tampering Prevention](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/verb-tampering-prevention.md)
- [Intro to IDOR](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/intro-to-idor.md)
- [Identifying IDORs](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/identifying-idors.md)
- [Mass IDOR Enumeration](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/mass-idor-enumeration.md)
- [Bypassing Encoded References](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/bypassing-encoded-references.md)
- [IDOR in Insecure APIs](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/idor-in-insecure-apis.md)
- [Chaining IDOR Vulnerabilities](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/chaining-idor-vulnerabilities.md)
- [IDOR Prevention](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/idor-prevention.md)
- [Intro to XXE](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/intro-to-xxe.md)
- [Local File Disclosure](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/local-file-disclosure.md)
- [Advanced File Disclosure](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/advanced-file-disclosure.md)
- [Blind Data Exfiltration](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/blind-data-exfiltration.md)
- [XXE Injector](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/xxe-injector.md)
- [XXE Prevention](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/xxe-prevention.md)
- [Web Attacks - Skills Assessment](https://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks/web-attacks-skills-assessment.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://kyou00.gitbook.io/xyz/academy-htb/view/bug-bounty-hunter/web-attacks.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.
