# Web Application Pentesting(BlackBox)

- [SQL Injection](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/sql-injection.md)
- [Blind SQL Injection](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/blind-sql-injection.md)
- [Path Traversal](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/path-traversal.md)
- [Attacking Authentication](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/attacking-authentication.md)
- [Race Conditions](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/race-conditions.md)
- [Business Logic Vulnerabilities](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/business-logic-vulnerabilities.md)
- [Command Injections](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/command-injections.md)
- [Information disclosure](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/information-disclosure.md)
- [Access Controls](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/access-controls.md)
- [File upload Attacks](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/file-upload-attacks.md)
- [XXE](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/xxe.md)
- [Server Side Request Forgery](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/server-side-request-forgery.md)
- [Api Testing](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/api-testing.md)
- [noSQL](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/nosql.md)
- [DOM based vulnerabilities](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/dom-based-vulnerabilities.md)
- [Cross Site scripting](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/cross-site-scripting.md)
- [Oauth redirect url validation bypasses](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/oauth-redirect-url-validation-bypasses.md)
- [AWS Cognito Pentesting](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/aws-cognito-pentesting.md)
- [Bypassing httponly cookie protection](https://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox/bypassing-httponly-cookie-protection.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://alexdhital.gitbook.io/pentesting-notes/web-application-pentesting-blackbox.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.
