Gobuster Tool -

is an open-source command-line tool written in Go (Golang) used for directory, file, DNS, and virtual host brute-forcing on web servers. It is widely adopted in penetration testing, bug bounty hunting, and security assessments due to its speed, cross-platform compatibility, and low resource consumption.

Gobuster's versatility comes from its distinct operational modes. Depending on your target, you'll likely use one of the following: 1. Directory ( dir ) Mode gobuster tool

gobuster vhost -u https://10.10.10.10 -w vhosts.txt --append-domain is an open-source command-line tool written in Go