OJ / gobuster

Directory/File, DNS and VHost busting tool written in Go
Apache License 2.0
9.34k stars 1.16k forks source link

Feature Request: dir mode filter for empty response #430

Closed unherz closed 1 year ago

unherz commented 1 year ago

A very nice feature would be to be able to pass an argument to filter empty responses (e.g. size of 0).

Similar to piping to a negative grep: ./gobuster dir -u $HOST -w $PATH_TO_WORDLIST | grep -v "Size: 0"

firefart commented 1 year ago

--exclude-length 0