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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/sagehack/cloud-buster
侦察漏洞分析信息收集Web安全渗透测试错误配置子域名枚举DNS 分析Archived
GitHubsagehack/cloud-buster

cloud-buster

一个可用的 Cloudflare 解析器

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

Cloudflare Resolver

Build Status

一个全面的渗透测试工具,用于检测启用Cloudflare的网站是否存在源IP泄露问题。

它充满了出色的功能!

  • 扫描各种配置错误和漏洞
  • 搜索其他IP解析服务数据库
  • 详细展示源IP及相关服务的IP
  • 智能引擎确认匹配结果
  • 多种命令行参数用于自定义和微调
  • 支持目标列表实现自动化扫描

Screenshot

警告

我已离开黑客圈,因此归档了这个项目。它仍然很棒,你可以继续使用和Fork。

依赖项

  • Python 3.5
  • dnspython3 1.14.0
  • libssl
  • openssl

使用方法

基本用例

  • 简单(快速)扫描:python3 bust mydomain.com
  • 全面(慢速)扫描:python3 bust mydomain.com --scan mx crimeflare dnsdumpster subdomain --dept normal
  • 扫描多个域名:python3 bust domainlist.txt (可附加任意选项)

复杂用例

  • 使用单一扫描技术:python3 bust mydomain.com --scan crimeflare
  • 自定义扫描技术组合:python3 bust mydomain.com --scan subdomain mx
  • 指定子域名:python3 bust mydomain.com --scan subdomain --sub www www2 ftp direct
  • 扫描网络上最流行的20,000个子域名:python3 bust mydomain.com --dept full

使用域名列表

使用一个文本文件,每行一个域名,别无其他内容。

安装

Ubuntu

root@kitploit:~
sudo apt-get install python3 python3-pip
pip3 install dnspython3 bs4
git clone https://github.com/SageHack/cloud-buster.git
cd cloud-buster
python3 bust -h

Debian 9

root@kitploit:~
su
apt install python3-pip
pip3 install dnspython3 bs4
git clone https://github.com/SageHack/cloud-buster.git
cd cloud-buster
python3 bust -h

Debian 8

root@kitploit:~
su root
apt-get remove python3
apt-get autoremove
apt-get update
apt-get install libssl-dev openssl
cd /opt
wget https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz
tar xzf Python-3.4.3.tgz
cd Python-3.4.3
./configure
make
sudo make install
rm *.tgz
rm -fr Python-3.4.3/
ln -s /usr/local/bin/python3 /usr/bin/python3
pip3 install dnspython3 bs4
# 打开新终端窗口
git clone https://github.com/SageHack/cloud-buster.git
cd cloud-buster
python3 bust -h

Void

root@kitploit:~
xbps-install python3 python-pip
pip install dnspython3 bs3
git clone https://github.com/SageHack/cloud-buster.git
cd cloud-buster
python3 bust -h

Arch 和 Parabola

root@kitploit:~
pacman -Sy python python-pip
pip install dnspython3 bs3
git clone https://github.com/SageHack/cloud-buster.git
cd cloud-buster
python3 bust -h

贡献

当前测试版本为 Python 3.5.3。 请使用此版本提交拉取请求。

否则,所有其他依赖项如上所列。

下载工具