# 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>
```
