项目作者: osodevops

项目描述 :
Container for WAFW00F Web Application Firewall Detector
高级语言: Dockerfile
项目地址: git://github.com/osodevops/docker-devsecops-wafw00f.git
创建时间: 2019-12-23T18:42:16Z
项目社区:https://github.com/osodevops/docker-devsecops-wafw00f

开源协议:

下载


WAFW00F Web Application Firewall Detector

WAFW00F from EnableSecurity allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.
OSO DevOps has forked this repo to support output of results to a CSV / JSON formatted file. This repository can be found here

Call it without arguments to display the full help:

docker run -it --rm osodevops/wafw00f:latest

To run a full WAF scan with:

docker run -it --rm osodevops/wafw00f:latest https://osodevops.io

To save the report in a specific format (json / csv), mount /tmp as a volume:

  1. docker run --rm -v $(pwd):/tmp osodevops/wafw00f:latest https://osodevops.io --output /tmp/out.csv