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

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

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

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

工具目录

分类

查看所有分类
Loading categories
vhostawesome — 并发虚拟主机扫描器,可在常见 Web 端口上跨多个 IP 暴力破解子域名,并根据状态码和内容长度过滤结果。 | Kitploit
工具/GitHubGitHub/xssdoctor/vhostawesome
侦察DNS和子域名枚举信息收集Web安全
GitHubxssdoctor/vhostawesome

vhostawesome

并发虚拟主机扫描器,可在常见 Web 端口上跨多个 IP 暴力破解子域名,并根据状态码和内容长度过滤结果。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

FunWithVhosts

一款旨在高效检查多个IP地址上虚拟主机的工具。

简介

FunWithVhosts 自动识别给定 IP 地址上的虚拟主机。脚本会检查开放端口(尤其是 Web 服务器端口),然后尝试使用指定域名的可能子域名列表来获取内容。它采用线程技术实现高效扫描,并提供详细的结果输出。

特性

  • 使用线程进行并发扫描。
  • 默认检查 80、8080、443、8443 和 4443 端口是否开放。
  • 可自定义端口扫描。
  • 使用字典对目标域名尝试可能的子域名。
  • 输出详细结果,包括状态码和内容长度。
  • 过滤结果以突出显示重要发现。

先决条件

安装

克隆仓库:

root@kitploit:~
git clone [email protected]:jad2121/FunWithVhosts.git

安装所需的 Python 库:

root@kitploit:~
pip install -r requirements.txt

用法:

root@kitploit:~
usage: vhosts.py [-h] -d DOMAIN -i IPLIST -w WORDLIST -o OUTPUT [-p PORTS] [-l LOGLEVEL]

options:
-h, --help show this help message and exit
-d DOMAIN, --domain DOMAIN
Domain to bruteforce
-i IPLIST, --iplist IPLIST
File containing list of IPs
-w WORDLIST, --wordlist WORDLIST
Wordlist to use
-o OUTPUT, --output OUTPUT
Output file
-p PORTS, --ports PORTS
Ports to scan. if left out, it will scan 80, 8080, 443, 8443, 4443
-l LOGLEVEL, --loglevel LOGLEVEL
Log level, default is info (example: debug, info, warning, error, critical)

示例

root@kitploit:~
python vhosts.py -d adjust.com -i ips.txt -w ~/bug_bounty/wordlists/subdomains/best-dns-wordlist.txt -p 443 -o vhostoutput -l debug

贡献

我并非独自完成。我有两位重要的贡献者:chatGPT 和 github copilot。

欢迎提交 Pull Request。如需进行重大更改,请先开启一个 Issue 以讨论您想要修改的内容。

下载工具