Files
wapifuzz/config_example.json
2019-11-07 10:21:27 +01:00

27 lines
912 B
JSON

{
"fixed_url_attributes": {
"attributeName": "attributeValue"
},
"headers": {
"Accept": "application/json",
"Content-Type": "application/json",
"*token": ""
},
"reporting_interval": 60,
"http_fuzzing": true,
"skipping_endpoints_keywords": ["logout", "auth"],
"receive_timeout": 2,
"startup_command": ["python", "C:\\server\\httpd.py"],
"are_non_required_attributes_in_requests": true,
"target": {
"hostname": "target_hostname",
"port": 3000,
"ssl": false
},
"payloads_to_json_primitives_mapping": {
"boolean": ["numeric", "os-command-injection", "path-traversal", "special-chars-generic", "sql-injection", "unicode", "xml"],
"number": ["numeric"],
"string": ["numeric", "os-command-injection", "path-traversal", "special-chars-generic", "sql-injection", "unicode", "xml"]
}
}