# OWASP TOP 10

- [SQL Injections](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/sql-injections.md): Bueno vamos a practicar un poco de SQL Injection con una maquina de Vulnhub.
- [XSS](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/xss.md)
- [XXE](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/xxe.md)
- [Path traversal Lab](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/path-traversal-lab.md)
- [LFI con Wrappers](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/lfi-con-wrappers.md)
- [Log Poisoning (LFI -> RCE)](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/log-poisoning-lfi-greater-than-rce.md)
- [Server-Side Template Injection (SSTI)](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/server-side-template-injection-ssti.md)
- [Ataque de oráculo de relleno (Padding Oracle)](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/ataque-de-oraculo-de-relleno-padding-oracle.md)
- [Inyecciones LaTeX](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/inyecciones-latex.md)
- [Ataques de transferencia de zona (AXFR – Full Zone Transfer)](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/ataques-de-transferencia-de-zona-axfr-full-zone-transfer.md)
- [Enumeración y explotación de WebDAV](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/enumeracion-y-explotacion-de-webdav.md)
- [ShellShock](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/shellshock.md)
- [Enumeración y explotación de SQUID Proxies](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/enumeracion-y-explotacion-de-squid-proxies.md)
- [Insecure Direct Object Reference (IDORs)](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/insecure-direct-object-reference-idors.md)
- [Json Web Token](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/json-web-token.md)
- [Intercambio de recursos de origen cruzado (CORS)](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/intercambio-de-recursos-de-origen-cruzado-cors.md)
- [Abuso de subidas de archivos](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos.md)
- [Laboratorio 1](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos/laboratorio-1.md)
- [Laboratorio 2](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos/laboratorio-2.md)
- [Laboratorio 3](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos/laboratorio-3.md)
- [Laboratorio 4](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos/laboratorio-4.md)
- [Laboratorio 5](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos/laboratorio-5.md)
- [Laboratorio 6](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos/laboratorio-6.md)
- [Laboratorio 7](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos/laboratorio-7.md)
- [Laboratorio 8](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos/laboratorio-8.md)
- [Laboratorio 9](https://rodgar.gitbook.io/rodgar/othe/owasp-top-10/abuso-de-subidas-de-archivos/laboratorio-9.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://rodgar.gitbook.io/rodgar/othe/owasp-top-10.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.
