> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/es/hacking-tools/web/web-recon-and-bypass-resources.md).

# Recursos de reconocimiento web y bypass

Utiliza estos recursos para el descubrimiento de la superficie web, el perfilado de tecnologías, la investigación de payloads, la detección de WAF, referencias para el bypass de WAF y soporte rápido para pruebas de concepto.

## Herramientas y recursos

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nombre</th><th>Descripción</th><th data-type="content-ref">Enlace oficial</th><th data-hidden data-card-cover data-type="image">Imagen de portada</th></tr></thead><tbody><tr><td><strong>Fuzzing web</strong></td><td>Metodología interna para descubrir directorios ocultos, archivos, parámetros y recursos expuestos.</td><td><a href="/pages/48c0cd774c040cd3a79003c795ab977a2993115d">/pages/48c0cd774c040cd3a79003c795ab977a2993115d</a></td><td><a href="/files/171cd923e96d2c0e28014b781199ef055b52413b">/files/171cd923e96d2c0e28014b781199ef055b52413b</a></td></tr><tr><td><strong>Perfilado web</strong></td><td>Metodología interna para identificar tecnologías, frameworks, CMS, servidores y versiones expuestas.</td><td><a href="/pages/adb9556cac3958203e9d1882406dfb958569e1b0">/pages/adb9556cac3958203e9d1882406dfb958569e1b0</a></td><td><a href="/files/04743e84ad3ec764527894a8bad27eff27893867">/files/04743e84ad3ec764527894a8bad27eff27893867</a></td></tr><tr><td><strong>Subdominios</strong></td><td>Metodología interna para descubrir subdominios mediante técnicas pasivas, activas y de fuentes públicas.</td><td><a href="/pages/235e6b0d52c02213f22d3734a9062c1f67b12176">/pages/235e6b0d52c02213f22d3734a9062c1f67b12176</a></td><td><a href="/files/2e64b46d2ca24d10d9baf5006f68847618316d76">/files/2e64b46d2ca24d10d9baf5006f68847618316d76</a></td></tr><tr><td><strong>Google Dorking</strong></td><td>Metodología interna para encontrar archivos indexados, paneles expuestos, copias de seguridad y artefactos web públicos.</td><td><a href="/pages/918c9a7938426698ff1baa216ee32b12e0961cdd">/pages/918c9a7938426698ff1baa216ee32b12e0961cdd</a></td><td><a href="/files/88246c942666da3e30f6fb573236a6207567738d">/files/88246c942666da3e30f6fb573236a6207567738d</a></td></tr><tr><td><strong>PayloadsAllTheThings</strong></td><td>Repositorio de referencia con ejemplos de payloads y notas metodológicas para pruebas de seguridad.</td><td><a href="https://github.com/swisskyrepo/PayloadsAllTheThings">https://github.com/swisskyrepo/PayloadsAllTheThings</a></td><td><a href="/files/81a5bcc59e643a673f242c01204eed626e7d8d30">/files/81a5bcc59e643a673f242c01204eed626e7d8d30</a></td></tr><tr><td><strong>RevShells</strong></td><td>Generador de payloads de shell inversa y página de referencia para flujos de trabajo controlados de laboratorio y evaluación.</td><td><a href="https://www.revshells.com/">https://www.revshells.com/</a></td><td><a href="/files/44aa6fb07e37485e38e30afeac0a6f5fed0a1c34">/files/44aa6fb07e37485e38e30afeac0a6f5fed0a1c34</a></td></tr><tr><td><strong>WAFW00F</strong></td><td>Detecta y perfila los firewalls de aplicaciones web que protegen un servicio web objetivo.</td><td><a href="https://github.com/EnableSecurity/wafw00f">https://github.com/EnableSecurity/wafw00f</a></td><td><a href="/files/353c12f45c5eeb23a5c2321827391fdde28d94f5">/files/353c12f45c5eeb23a5c2321827391fdde28d94f5</a></td></tr><tr><td><strong>Bypass de WAF de Nemesida</strong></td><td>Repositorio centrado en referencias para bypass de WAF y ejemplos de payloads.</td><td><a href="https://github.com/nemesida-waf/waf-bypass">https://github.com/nemesida-waf/waf-bypass</a></td><td><a href="/files/bb4c1347e19243da4dcfffc19291d2e567fdfa19">/files/bb4c1347e19243da4dcfffc19291d2e567fdfa19</a></td></tr><tr><td><strong>waf-bypass.com</strong></td><td>Referencia en línea para payloads y ejemplos de bypass de WAF.</td><td><a href="https://waf-bypass.com/">https://waf-bypass.com/</a></td><td><a href="/files/51bc63a5f7c15d01f4224cb1e8bf928388bbce96">/files/51bc63a5f7c15d01f4224cb1e8bf928388bbce96</a></td></tr><tr><td><strong>Prueba de concepto de clickjacking de HackTricks</strong></td><td>Utilidad web para generar páginas de prueba de concepto de clickjacking.</td><td><a href="https://tools.hacktricks.wiki/clickjacking-poc/index.html">https://tools.hacktricks.wiki/clickjacking-poc/index.html</a></td><td><a href="/files/f55be4066ef41613312d82bf3eb8afdce9cbaf37">/files/f55be4066ef41613312d82bf3eb8afdce9cbaf37</a></td></tr><tr><td><strong>Analizador de configuración de dominios de HackTricks</strong></td><td>Utilidad web para revisar la configuración relacionada con dominios.</td><td><a href="https://tools.hacktricks.wiki/domain-config/index.html">https://tools.hacktricks.wiki/domain-config/index.html</a></td><td><a href="/files/af70002da5149e889ee98edff0502a7741fe3201">/files/af70002da5149e889ee98edff0502a7741fe3201</a></td></tr><tr><td><strong>Fugas de GitHub de HackTricks</strong></td><td>Utilidad web para encontrar posibles indicadores de exposición en GitHub.</td><td><a href="https://tools.hacktricks.wiki/github-leaks/index.html">https://tools.hacktricks.wiki/github-leaks/index.html</a></td><td><a href="/files/a04e4e388cfa3d75bb2d6e1d9c62100ebc794a7b">/files/a04e4e388cfa3d75bb2d6e1d9c62100ebc794a7b</a></td></tr></tbody></table>


---

# 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://hacking-notes.jord4n.pro/es/hacking-tools/web/web-recon-and-bypass-resources.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.
