-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Hi,
i would like an option to detect blacklisted responses and filter all subsequent responses that match
for example auto calibration will send two requests for the paths .htaccess+RandomString1 & .htaccess+RandomString2 compare if the content-length matches and if it does it filters that content length, what i would want is an option -bd, --blacklist-detect that enables blacklist detection with a default blacklist and an other option -cb, --custom-blacklist that allows me to provide my own blacklist, and using those blacklist ffuf would look for a 403 response and filter the combination of status & length
PS: i am planning on implementing this feature myself, just opening this issue as a heads up and to receive feedback while i'm working on this and the other issues i opened