> For the complete documentation index, see [llms.txt](https://web.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web.mrw0l05zyn.cl/reconocimiento-y-recoleccion-de-informacion/web-application-firewall-waf.md).

# Web Application Firewall (WAF)

### identYwaf

* <https://github.com/stamparm/identYwaf>

```shell
identYwaf.py --random-agent <target>
```

### Nuclei

```sh
nuclei -u <target> -t dns/dns-waf-detect.yaml,http/technologies/secui-waf-detect.yaml,http/technologies/waf-detect.yaml -ts -silent
```

### WAFW00F

* <https://github.com/EnableSecurity/wafw00f>

```shell
wafw00f <target>
```
