You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-13 01:10:17 +02:00
add wafw00f
This commit is contained in:
@ -215,6 +215,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] routersploit
|
- [x] routersploit
|
||||||
- [x] snort :beetle:
|
- [x] snort :beetle:
|
||||||
- [x] sslsplit
|
- [x] sslsplit
|
||||||
|
- [x] wafw00f
|
||||||
- [x] webgoat
|
- [x] webgoat
|
||||||
|
|
||||||
## Proxy
|
## Proxy
|
||||||
|
13
wafw00f/Dockerfile
Normal file
13
wafw00f/Dockerfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#
|
||||||
|
# Dockerfile for wafw00f
|
||||||
|
#
|
||||||
|
|
||||||
|
FROM alpine:3
|
||||||
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
|
RUN set -xe \
|
||||||
|
&& apk add --no-cache python3
|
||||||
|
&& pip3 install wafw00f
|
||||||
|
|
||||||
|
ENTRYPOINT ["wafw00f"]
|
||||||
|
CMD ["--help"]
|
12
wafw00f/README.md
Normal file
12
wafw00f/README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user