# Web-Application Pentesting

- [Command Injection](https://l1nuxkid.gitbook.io/l1nuxkid-docs/web-application-pentesting/command-injection.md): All About Command Injection
- [All About CSRF](https://l1nuxkid.gitbook.io/l1nuxkid-docs/web-application-pentesting/all-about-csrf.md)
- [🕷️ All About XSS](https://l1nuxkid.gitbook.io/l1nuxkid-docs/web-application-pentesting/all-about-xss.md): Learning Cross-Site Scripting (XSS)
- [Cookie Sandwich Attack](https://l1nuxkid.gitbook.io/l1nuxkid-docs/web-application-pentesting/all-about-xss/cookie-sandwich-attack.md): it's a technique that amplifies XSS by bypassing the HttpOnly protection
- [PHPINFO](https://l1nuxkid.gitbook.io/l1nuxkid-docs/web-application-pentesting/phpinfo.md): phpinfo.php is a goldmine for information gathering. Here's master checklist for what to look for in phpinfo() during pentesting/CTF:
- [Authentication](https://l1nuxkid.gitbook.io/l1nuxkid-docs/web-application-pentesting/authentication.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://l1nuxkid.gitbook.io/l1nuxkid-docs/web-application-pentesting.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.
