Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
vbrute — Virtual host brute forcer | Kitploit
Tools/GitHubGitHub/nccgroup/vbrute
ReconnaissanceNetwork MappingInformation GatheringWeb Security
GitHubnccgroup/vbrute

vbrute

Virtual host brute forcer

View Repository
221012 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

vbrute

Virtual hosts brute forcer. Specify file containing domains and file containing IPs and vbrute will attempt to connect to IP with specific domain.

Usage:

root@kitploit:~
vbrute --domain-file <domain-file> --ip-file <ip-file>

-d, --domain-file   Specify file containing a list of domains you want to test
-i, --ip-file       Specify file containing a list of IP addresses you want to test
-t, --timeout       Specify request timeout. Default is 5 seconds

Sample output:

root@kitploit:~
-----------------------------------------------------------
Domain                  IP              Code      Length
-----------------------------------------------------------
google.com              212.58.253.67   301       229       
cnn.com                 212.58.253.67   301       229       
test.com                212.58.253.67   301       229       
-----------------------------------------------------------
Domain                  IP              Code      Length
-----------------------------------------------------------
google.com              173.194.41.88   301       219       
cnn.com                 173.194.41.88   302       219       
test.com                173.194.41.88   302       219
Download Tool