Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
cloud-buster — 動作するCloudflareリゾルバ | Kitploit
ツール/GitHubGitHub/sagehack/cloud-buster
偵察脆弱性分析情報収集ウェブセキュリティペネトレーションテスト設定ミスサブドメイン列挙DNS分析Archived
GitHubsagehack/cloud-buster

cloud-buster

動作するCloudflareリゾルバ

リポジトリを見る
146497年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
ウェブサイト

Cloudflare Resolver

Build Status

Cloudflare が有効なサイトのオリジン IP 漏洩をチェックする包括的なペンテストツールです。

素晴らしい機能が満載です!

  • 幅広い設定ミスや脆弱性をスキャンします
  • 他の IP 解決サービスのデータベースを検索します
  • オリジンおよび関連サービスの IP を詳細に表示します
  • 一致を検証するスマートエンジン
  • カスタマイズと微調整のための複数のコマンドライン引数
  • 自動スキャンのためのターゲットリストをサポート

Screenshot

警告

私はハッキングシーンから離れました。そのため、このプロジェクトはアーカイブされています。しかし、依然として素晴らしいツールであり、使用やフォークは可能です。

必要条件

  • 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

ドメインリストの使用

1行に1つのドメインを記述したテキストファイルを使用します。他には何も含めません。

インストール

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
# Open new terminal window
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 and 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 です。プルリクエストを送信する際は、このバージョンを使用してください。

その他の要件はすべて上記にリストされています。

ツールをダウンロード