OJ / gobuster

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

Incorporating a flag to choose words with certain length #435

Closed AnisTigrini closed 11 months ago

AnisTigrini commented 11 months ago

Hi there hope you are well ! Would anyone consider putting a flag to choose only words with a certain length when using a wordlist ? I though it would be a cool feature (mainly for CTF).

firefart commented 11 months ago

you can use the stdin wordlist feature for this like

grep -oE '\b.{9}\b' wordlist | gobuster dir -u xxxx -w -

We will not add flags to mangle the input wordlist to keep it simple