Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
vbrute — 虚拟主机暴力破解器 | Kitploit
工具/GitHubGitHub/nccgroup/vbrute
侦察网络映射信息收集Web安全
GitHubnccgroup/vbrute

vbrute

虚拟主机暴力破解器

查看仓库
22101212年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

vbrute

虚拟主机暴力破解器。指定包含域名的文件和包含 IP 地址的文件,vbrute 将尝试使用特定域名连接到 IP。

用法:

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

示例输出:

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
下载工具