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,16 @@
|
||||
# ── Fuzzer Config: Header value fuzzing ───────────────────
|
||||
|
||||
name: "Header Fuzz"
|
||||
|
||||
request:
|
||||
url: "https://example.com/api/resource"
|
||||
method: GET
|
||||
headers:
|
||||
User-Agent: "{{FUZZ}}"
|
||||
# Authorization: "Bearer {{TOKEN}}"
|
||||
fuzz_encoding: none
|
||||
|
||||
settings:
|
||||
skip_tls_verify: false
|
||||
timeout: 30
|
||||
delay: 0
|
||||
Reference in New Issue
Block a user