@waftester/linux-x64 2.9.11 → 2.9.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@ Install the main package instead — it selects the correct binary for your plat
10
10
 
11
11
  ```bash
12
12
  # Run without installing
13
- npx -y @waftester/cli scan --target https://example.com
13
+ npx -y @waftester/cli scan -u https://example.com
14
14
 
15
15
  # Or install globally
16
16
  npm install -g @waftester/cli
package/bin/waf-tester CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waftester/linux-x64",
3
- "version": "2.9.11",
3
+ "version": "2.9.12",
4
4
  "description": "WAFtester binary for Linux x64",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "WAFtester <hello@waftester.com> (https://github.com/waftester)",