OJ / gobuster

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

DNS Mode not working #525

Closed VoidableMoon884 closed 2 months ago

VoidableMoon884 commented 2 months ago

I took the example command from the readme and replaced the wordlist and this error happened:

gobuster dns -d mysite.com -w /root/SecLists-master/Discovery/DNS/namelist.txt
2024/09/03 TIME [!] 2 errors occurred:
        * WordList (-w): Must be specified (use `-w -` for stdin)
        * Url/Domain (-u): Must be specified
VoidableMoon884 commented 2 months ago

And that doesn't work either:

gobuster dns -u mysite.com -w /root/SecLists-master/Discovery/DNS/namelist.txt
2024/09/03 TIME [!] 2 errors occurred:
        * WordList (-w): Must be specified (use `-w -` for stdin)
        * Url/Domain (-u): Must be specified
firefart commented 2 months ago

you are using an pretty old version of gobuster. please install the latest one