OJ / gobuster

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

Bug Report/Feature Request for vhost/fuzz mode #460

Closed Puvipavan closed 8 months ago

Puvipavan commented 8 months ago

Bug: fuzz mode: Doesn't work on Host Header.

Command:

gobuster.exe fuzz -u http://127.0.0.1/ -H "Host: FUZZ.domain.com" -b400,302 -w Subdomain.txt

Feature Request: vhost mode: I don't know the internals of this module, If it's same as fuzz then better if -b or -s (or both) can be added.

firefart commented 8 months ago

Thanks, this is now fixed on the dev branch!