Hmm, I think the version I use is 3.1.0 and it works just fine
You can try building from the sources
Or consider using ffuf -w <wordlist> -u "http://<ip>/FUZZ" -fs <size-to-skip>
Thank you for the reply! Even though I couldn’t get the gobuster working, I could use the ffuf tool with no problems. I didn’t got the same exact results. In matter of fact, I didn’t get the supposed login.php that I would get with the gobuster -x command. But I could get the flag by using other of the results I got with ffuf.
So, to sum up, even though this answer didn’t help me to solve the actual gobuster problem, it did helped me to solve the machine, so THANK YOU!
I had the same exact issue, the problem is when you run the usual install way it’s an outdated version. You have to follow their GitHub build instructions and after building it within a go enviornment. It should work .
i faced same issue so i tried " -e " in-place of " dir " in cmd as
" gobuster -e -u http://192.168.0.155/ -w /usr/share/wordlists/dirb/common.txt "
it worked for me.
read from here gobuster | Kali Linux Tools