OJ / gobuster

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

Error: unknown flag: --wildcard #438

Closed mhmmuneef closed 11 months ago

mhmmuneef commented 11 months ago

when i run the command line gobuster dir -u http://127.0.0.1 -w /usr/share/wordlists/disbuster/director-list-2.3-medium.txt --wildcardgetting error message

Error: unknown flag: --wildcard

why is that ?

firefart commented 11 months ago

because there is no wildcard flag. use the —help

mhmmuneef commented 11 months ago

thanks