whatwaf 0.4.0

Simple heuristic web application firewall (WAF) detector.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# whatwaf

Simple heuristic web application firewall (WAF) detector.

`whatwaf` sends a small set of probe requests to a target site and analyzes the responses for signs of WAF blocking behavior. 

# Usage

```bash
cargo install whatwaf
```

```bash
whatwaf https://example.com
```