> For the complete documentation index, see [llms.txt](https://red.infiltr8.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://red.infiltr8.io/web-pentesting.md).

# Web Pentesting

- [Reconnaissance](https://red.infiltr8.io/web-pentesting/recon.md)
- [Subdomains enumeration](https://red.infiltr8.io/web-pentesting/recon/subdomain-enum.md)
- [WAF Enumeration](https://red.infiltr8.io/web-pentesting/recon/waf-enum.md)
- [Infrastructures](https://red.infiltr8.io/web-pentesting/infrastructures.md)
- [DBMS](https://red.infiltr8.io/web-pentesting/infrastructures/dbms.md)
- [Enum Databases](https://red.infiltr8.io/web-pentesting/infrastructures/dbms/enum-databases.md)
- [Read/Write/Execute](https://red.infiltr8.io/web-pentesting/infrastructures/dbms/exploit-databases.md)
- [DNS](https://red.infiltr8.io/web-pentesting/infrastructures/dns.md)
- [Subdomain Takeover](https://red.infiltr8.io/web-pentesting/infrastructures/dns/subdomain-takeover.md): OWASP: WSTG-CONF-10
- [Web Servers](https://red.infiltr8.io/web-pentesting/infrastructures/web-servers.md)
- [Nginx](https://red.infiltr8.io/web-pentesting/infrastructures/web-servers/nginx.md)
- [Apache](https://red.infiltr8.io/web-pentesting/infrastructures/web-servers/apache.md)
- [Apache Commons Text](https://red.infiltr8.io/web-pentesting/infrastructures/web-servers/apache/apache-commons-text.md): CVE-2022-42889 - Text4Shell
- [Apache Tomcat](https://red.infiltr8.io/web-pentesting/infrastructures/web-servers/apache/tomcat.md)
- [CMS](https://red.infiltr8.io/web-pentesting/infrastructures/cms.md)
- [Wordpress](https://red.infiltr8.io/web-pentesting/infrastructures/cms/wordpress.md)
- [Joomla](https://red.infiltr8.io/web-pentesting/infrastructures/cms/joomla.md)
- [Drupal](https://red.infiltr8.io/web-pentesting/infrastructures/cms/drupal.md)
- [Bolt CMS](https://red.infiltr8.io/web-pentesting/infrastructures/cms/bolt-cms.md)
- [Frameworks](https://red.infiltr8.io/web-pentesting/infrastructures/frameworks.md)
- [Spring Framework](https://red.infiltr8.io/web-pentesting/infrastructures/frameworks/spring.md)
- [Spring Routing Abuse](https://red.infiltr8.io/web-pentesting/infrastructures/frameworks/spring/spring-routing-abuse.md)
- [Spring Boot Actuators](https://red.infiltr8.io/web-pentesting/infrastructures/frameworks/spring/spring-boot-actuators.md)
- [Spring View Manipulation](https://red.infiltr8.io/web-pentesting/infrastructures/frameworks/spring/spring-view-manipulation.md)
- [Werkzeug](https://red.infiltr8.io/web-pentesting/infrastructures/frameworks/werkzeug.md)
- [Django](https://red.infiltr8.io/web-pentesting/infrastructures/frameworks/django.md)
- [Flask](https://red.infiltr8.io/web-pentesting/infrastructures/frameworks/flask.md)
- [Laravel](https://red.infiltr8.io/web-pentesting/infrastructures/frameworks/laravel.md)
- [CGI](https://red.infiltr8.io/web-pentesting/infrastructures/cgi.md)
- [Web Vulnerabilities](https://red.infiltr8.io/web-pentesting/web-vulnerabilities.md)
- [Server-Side](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side.md)
- [NoSQL Injection](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/nosql-injection.md)
- [SQL Injection](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/sql-injection.md)
- [UNION Attacks](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/sql-injection/union-attacks.md)
- [Blind Attacks](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/sql-injection/blind-sqli.md)
- [Boolean Based](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/sql-injection/blind-sqli/boolean-based.md)
- [Time Based](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/sql-injection/blind-sqli/time-based.md)
- [Error Based](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/sql-injection/blind-sqli/error-based.md)
- [Insecure Deserialization](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/deserialization.md)
- [.NET Deserialization](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/deserialization/dotnet.md)
- [Python Deserialization](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/deserialization/python.md)
- [PHP Deserialization](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/deserialization/php.md)
- [Java Deserialization](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/deserialization/java.md)
- [Ruby Deserialization](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/deserialization/ruby.md)
- [File Inclusion & Path Traversal](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-inclusion.md)
- [LFI to RCE](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-inclusion/lfi2rce.md)
- [PHP Wrappers](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-inclusion/lfi2rce/php-wrappers.md)
- [Logs Poisoning](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-inclusion/lfi2rce/logs-poisoning.md)
- [/proc](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-inclusion/lfi2rce/proc.md)
- [PHPInfo](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-inclusion/lfi2rce/phpinfo.md)
- [PHP Sessions](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-inclusion/lfi2rce/php-sessions.md)
- [Segmentation Fault](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-inclusion/lfi2rce/segmentation-fault.md)
- [RFI to RCE](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-inclusion/rfi-to-rce.md)
- [Command Injection](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/command-injection.md)
- [Brute-Force](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/brute-force.md)
- [SSTI (Server-Side Template Injection)](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/ssti.md)
- [Exposed Git Repositories](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/exposed-git-repositories.md): OWASP A3:2017-Sensitive Data Exposure
- [File Upload](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/server-side/file-upload.md)
- [Client-Side](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/client-side.md)
- [XSS (Cross-Site Scripting)](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/client-side/xss-cross-site-scripting.md)
- [CORS (Cross-origin resource sharing)](https://red.infiltr8.io/web-pentesting/web-vulnerabilities/client-side/cors-cross-origin-resource-sharing.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://red.infiltr8.io/web-pentesting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
