Open
Description
I was wondering if the fuzzer was only generating random payloads from the spec, or was it able to reuse responses from the easy requests (ones that don't require a parameter)
This would really improve the drilling in complex paths, otherwise it will only hit 404 or 403 for non-existing/non-authorized resources (unless there is an IDOR vulnerability or the authentication allows you to get any value)
It's less like raw fuzzing, but smarter and maybe more efficient. I built something similar in python so maybe I could try in rust
Metadata
Metadata
Assignees
Labels
No labels