mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
13 lines
275 B
Markdown
13 lines
275 B
Markdown
|
wafw00f
|
||
|
=======
|
||
|
|
||
|
[WAFW00F][1] allows one to identify and fingerprint Web Application Firewall
|
||
|
(WAF) products protecting a website.
|
||
|
|
||
|
```
|
||
|
$ alias wafw00f='docker run --rm -it vimagick/wafw00f'
|
||
|
$ wafw00f https://www.baidu.com
|
||
|
```
|
||
|
|
||
|
[1]: https://github.com/EnableSecurity/wafw00f
|