# Explotación

- [API keys](https://web.mrw0l05zyn.cl/explotacion/api-keys.md)
- [Clickjacking](https://web.mrw0l05zyn.cl/explotacion/clickjacking.md)
- [HTTP methods (verbs)](https://web.mrw0l05zyn.cl/explotacion/http-methods-verbs.md)
- [Input data validation](https://web.mrw0l05zyn.cl/explotacion/input-data-validation.md)
- [HTTP Host header](https://web.mrw0l05zyn.cl/explotacion/http-host-header.md)
- [Autenticación y autorización](https://web.mrw0l05zyn.cl/explotacion/autenticacion-y-autorizacion.md)
- [Cookie](https://web.mrw0l05zyn.cl/explotacion/autenticacion-y-autorizacion/cookie.md)
- [JSON Web Token (JWT)](https://web.mrw0l05zyn.cl/explotacion/autenticacion-y-autorizacion/json-web-token-jwt.md)
- [OAuth](https://web.mrw0l05zyn.cl/explotacion/autenticacion-y-autorizacion/oauth.md)
- [SAML](https://web.mrw0l05zyn.cl/explotacion/autenticacion-y-autorizacion/saml.md)
- [Same-origin policy (SOP)](https://web.mrw0l05zyn.cl/explotacion/same-origin-policy-sop.md)
- [Cross-origin resource sharing (CORS)](https://web.mrw0l05zyn.cl/explotacion/same-origin-policy-sop/cross-origin-resource-sharing-cors.md)
- [Cross-site scripting (XSS)](https://web.mrw0l05zyn.cl/explotacion/cross-site-scripting-xss.md)
- [Cross-site request forgery (CSRF)](https://web.mrw0l05zyn.cl/explotacion/cross-site-request-forgery-csrf.md)
- [File upload](https://web.mrw0l05zyn.cl/explotacion/file-upload.md)
- [Path traversal & file inclusion](https://web.mrw0l05zyn.cl/explotacion/path-traversal-and-file-inclusion.md)
- [Command injection](https://web.mrw0l05zyn.cl/explotacion/command-injection.md)
- [Node.js](https://web.mrw0l05zyn.cl/explotacion/command-injection/node.js.md)
- [SQL injection (SQLi)](https://web.mrw0l05zyn.cl/explotacion/sql-injection-sqli.md)
- [MySQL / MariaDB](https://web.mrw0l05zyn.cl/explotacion/sql-injection-sqli/mysql-mariadb.md)
- [Microsoft SQL Server](https://web.mrw0l05zyn.cl/explotacion/sql-injection-sqli/microsoft-sql-server.md)
- [PostgreSQL](https://web.mrw0l05zyn.cl/explotacion/sql-injection-sqli/postgresql.md)
- [Oracle](https://web.mrw0l05zyn.cl/explotacion/sql-injection-sqli/oracle.md)
- [sqlmap](https://web.mrw0l05zyn.cl/explotacion/sql-injection-sqli/sqlmap.md)
- [NoSQL injection (NoSQLi)](https://web.mrw0l05zyn.cl/explotacion/nosql-injection-nosqli.md)
- [XML external entity (XXE) injection](https://web.mrw0l05zyn.cl/explotacion/xml-external-entity-xxe-injection.md)
- [CRLF injection](https://web.mrw0l05zyn.cl/explotacion/crlf-injection.md)
- [XPath injection](https://web.mrw0l05zyn.cl/explotacion/xpath-injection.md): XML Path Language (XPath) injection
- [LDAP injection](https://web.mrw0l05zyn.cl/explotacion/ldap-injection.md)
- [PDF injection](https://web.mrw0l05zyn.cl/explotacion/pdf-injection.md)
- [Server-side template injection (SSTI)](https://web.mrw0l05zyn.cl/explotacion/server-side-template-injection-ssti.md)
- [Server-side include (SSI) injection](https://web.mrw0l05zyn.cl/explotacion/server-side-include-ssi-injection.md)
- [Server-side parameter pollution](https://web.mrw0l05zyn.cl/explotacion/server-side-parameter-pollution.md)
- [Server-side request forgery (SSRF)](https://web.mrw0l05zyn.cl/explotacion/server-side-request-forgery-ssrf.md)
- [Web cache poisoning](https://web.mrw0l05zyn.cl/explotacion/web-cache-poisoning.md)
- [HTTP request smuggling](https://web.mrw0l05zyn.cl/explotacion/http-request-smuggling.md)
- [Prototype pollution](https://web.mrw0l05zyn.cl/explotacion/prototype-pollution.md)
- [Type juggling](https://web.mrw0l05zyn.cl/explotacion/type-juggling.md)
- [GraphQL](https://web.mrw0l05zyn.cl/explotacion/graphql.md)
- [Open redirect](https://web.mrw0l05zyn.cl/explotacion/open-redirect.md)
- [Content Management System (CMS)](https://web.mrw0l05zyn.cl/explotacion/content-management-system-cms.md)
- [WordPress](https://web.mrw0l05zyn.cl/explotacion/content-management-system-cms/wordpress.md)
- [Websocket](https://web.mrw0l05zyn.cl/explotacion/websocket.md)
- [Deserialization](https://web.mrw0l05zyn.cl/explotacion/deserialization.md)
- [Flash](https://web.mrw0l05zyn.cl/explotacion/flash.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://web.mrw0l05zyn.cl/explotacion.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.
