mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-01-13 15:13:29 +01:00
19 lines
726 B
JSON
19 lines
726 B
JSON
{
|
|
"fixed_url_attributes": {},
|
|
"headers": {},
|
|
"receive_timeout": 1,
|
|
"reporting_interval": 10,
|
|
"skipping_endpoints_keywords": [],
|
|
"http_fuzzing": false,
|
|
"target": {
|
|
"hostname": "127.0.0.1",
|
|
"port": 5000,
|
|
"ssl": false
|
|
},
|
|
"payloads_to_json_primitives_mapping": {
|
|
"boolean": ["numeric", "os-command-injection", "path-traversal", "special-chars-generic", "sql-injection", "unicode", "xml"],
|
|
"number": ["numeric", "os-command-injection", "path-traversal", "special-chars-generic", "sql-injection", "unicode", "xml"],
|
|
"string": ["numeric", "os-command-injection", "path-traversal", "special-chars-generic", "sql-injection", "unicode", "xml"]
|
|
}
|
|
}
|