OJ / gobuster

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

Failed to parse Location header #313

Closed gimmeAPIkeyplz closed 11 months ago

gimmeAPIkeyplz commented 3 years ago

Gobuster was working fine for me all day but now it's throwing an error message. Tried uninstalling and reinstalling but that didn't work. Tried removing some flags and changing the wordlist. Any suggestions? The IP im running it against is up.

gobuster dir --url http://x.x.x.x -w /usr/share/wordlists/dirbuster/directory-list-1.0.txt -q --wildcard -z -r -k

Error: error on running gobuster: unable to connect to http://x.x.x.x/: Get "http://x.x.x.x/": failed to parse Location header "https://\\x.x.x.x\/": parse "https://\\x.x.x.x\/": invalid character "\" in host name

firefart commented 11 months ago

this is an error returned by golangs http library as the server sends an invalid response back but enumeration should continue