Wfuzz JSON importer

Import the result of Wfuzz (https://github.com/xmendez/wfuzz) if you export in JSON the result (wfuzz -o json -f myJSONReport.json,json).

The return code matching are directly put in Severity as follow(this is hardcoded in the parser actually).

HTTP Return CodeSeverity
missingLow
200 - 299High
300 - 399Low
400 - 499Medium

= 500 | Low

Sample Scan Data

Sample Wfuzz JSON importer scans can be found here.