Initial public release
HTTP/AI adversarial fuzzer. Stripped finding database and internal testing framework references. Configs sanitized.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# ── Fuzzer Config: Simple POST fuzzing (no auth) ─────────
|
||||
|
||||
name: "Simple POST Fuzz"
|
||||
|
||||
request:
|
||||
url: "https://example.com/api/endpoint"
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: "application/json"
|
||||
# X-API-Key: "{{API_KEY}}"
|
||||
body: '{"query": "{{FUZZ}}"}'
|
||||
fuzz_encoding: json
|
||||
|
||||
settings:
|
||||
skip_tls_verify: false
|
||||
timeout: 30
|
||||
delay: 0
|
||||
Reference in New Issue
Block a user