OJ / gobuster

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

failed to rewind wordlist: seek /dev/fd/11: illegal seek #414

Closed Drjacky closed 1 year ago

Drjacky commented 1 year ago

gobuster dns -d https://example.com -w <(curl -fskSL bit.ly/dsstorewordlist):

===============================================================
Gobuster v3.5
by OJ Reeves (@TheColonial) & Christian Mehlmauer (@firefart)
===============================================================
[+] Domain:     https://example.com
[+] Threads:    10
[+] Timeout:    1s
[+] Wordlist:   /dev/fd/11
===============================================================
2023/04/29 12:17:26 Starting gobuster in DNS enumeration mode
===============================================================
2023/04/29 12:17:26 [-] Unable to validate base domain: https://example.com (lookup https://example.com: no such host)

Error: error on running gobuster: failed to rewind wordlist: seek /dev/fd/11: illegal seek
firefart commented 1 year ago

pipe curl into gobuster and use -w - to use stdin as a wordlist