A high-performance Cloudflare intelligence toolkit written in Zig. Zero external dependencies, single static binary.
🪶 Small & safe. In an era of 100MB+ Electron apps and bloated runtimes, we believe powerful tools should have a small footprint. Built with Zig and the incredible work of @andrewrk.
| Command | Description |
|---|---|
detect |
Multi-signal Cloudflare detection with confidence scoring |
probe |
Detailed HTTP response analysis with header highlighting |
trace |
Parse /cdn-cgi/trace endpoint data |
origin |
Discover origin IPs via subdomain enumeration |
favicon |
Generate MMH3 hashes for Shodan/Censys hunting |
ipcheck |
Check IPs against CDN/WAF ranges |
curl -sSL https://raw.githubusercontent.com/copyleftdev/unflare/main/install.sh | bashbrew tap copyleftdev/tap
brew install unflareyay -S unflare
# or
paru -S unflarenix run github:copyleftdev/unflare
# or add to flake inputsscoop bucket add unflare https://github.com/copyleftdev/unflare
scoop install unflareDownload from Releases:
| Platform | Binary |
|---|---|
| Linux x86_64 | unflare-linux-x86_64 |
| macOS Intel | unflare-macos-x86_64 |
| macOS Apple Silicon | unflare-macos-aarch64 |
Requires Zig 0.14+.
git clone https://github.com/copyleftdev/unflare.git
cd unflare
zig build -Doptimize=ReleaseSafe
./zig-out/bin/unflare --help# Detect Cloudflare
unflare detect cloudflare.com
# Find origin IPs behind Cloudflare
unflare origin example.com
# Get favicon hash for Shodan hunting
unflare favicon github.com
# Check if IPs are CDN/WAF protected
unflare ipcheck 104.16.1.1 8.8.8.8$ unflare detect cloudflare.com
╭─────────────────────── Cloudflare Detection ────────────────────────╮
│ Target cloudflare.com │
│ Status ✓ CLOUDFLARE DETECTED │
│ Confidence 75% │
│ Signals 4 detected │
╰─────────────────────────────────────────────────────────────────────╯
Datacenter: LAX (Los Angeles, US)
$ unflare origin example.com
┌─────────────────────────────────────────────────────────────────┐
│ Target Analysis │
├─────────────────────────────────────────────────────────────────┤
│ Target IP: 104.16.132.229 │
│ Status: ✓ Behind Cloudflare │
│ Subdomains: 35 checked │
└─────────────────────────────────────────────────────────────────┘
🎯 Potential Origin IPs (2 found):
│ 192.168.1.100 │ mail.example.com │ 80% │
$ unflare favicon github.com
┌─────────────────────────────────────────────────────────────────┐
│ Favicon Analysis │
├─────────────────────────────────────────────────────────────────┤
│ MMH3 Hash: 1848946384 │
└─────────────────────────────────────────────────────────────────┘
Search Queries:
Shodan: http.favicon.hash:1848946384
See CONTRIBUTING.md for guidelines on:
- Submitting issues and bug reports
- Code style and architecture guidelines
- Pull request process
This tool is for authorized security testing only. Always obtain proper authorization before testing third-party infrastructure.
