@waftester/darwin-x64
v2.9.17
Published
WAFtester binary for macOS x64
Readme
WAFtester Platform Binary
This package contains the pre-built WAFtester binary for a specific OS/architecture combination. It is automatically installed as part of @waftester/cli via optionalDependencies.
Do Not Install Directly
Install the main package instead — it selects the correct binary for your platform automatically:
# Run without installing
npx -y @waftester/cli scan -u https://example.com
# Or install globally
npm install -g @waftester/cliHow It Works
@waftester/cli declares all 6 platform packages as optionalDependencies with os and cpu constraints. npm installs only the package matching your system:
| Package | Platform |
|---|---|
| @waftester/darwin-x64 | macOS Intel |
| @waftester/darwin-arm64 | macOS Apple Silicon |
| @waftester/linux-x64 | Linux x64 |
| @waftester/linux-arm64 | Linux arm64 |
| @waftester/win32-x64 | Windows x64 |
| @waftester/win32-arm64 | Windows arm64 |
What Is WAFtester?
The most comprehensive WAF testing CLI — detect, fingerprint, and bypass Web Application Firewalls with 2,800+ payloads, 90+ tamper scripts, and quantitative security metrics.
