whatwaf 0.5.0

Simple heuristic web application firewall (WAF) detector.
# 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
```

# Detections

```
whatwaf -l
[~] whatwaf can currently recognize:
    Cloudflare
    Barracuda
    Janusec
    Wordfence
    Incapsula
    NexusGuard
    Sucuri
    Cloudfront
    Kona Site Defender
```