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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CrawlBox — Webディレクトリをブルートフォースする簡単な方法。 | Kitploit
ツール/GitHubGitHub/abaykan/crawlbox
偵察脆弱性分析情報収集ウェブセキュリティペネトレーションテストクローラーArchived
GitHubabaykan/crawlbox

CrawlBox

Webディレクトリをブルートフォースする簡単な方法。

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

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有

CrawlBox |

Awesome GitHub forks GitHub stars HitCount GitHub license TypeScript
Open Source Love bitHound PyPI - Python Version Build Status

Webディレクトリをブルートフォースする簡単な方法。


動作確認済みOS

  • MacOSX
  • Kali Linux
  • Ubuntu 16.04

使い方

root@kitploit:~
python crawlbox.py [-h] [-v] [-w WORDLIST] url

位置引数:

root@kitploit:~
url            ターゲットURL(例:domain.com)

オプション引数:

root@kitploit:~
  -h, --help     このヘルプメッセージを表示して終了
  -v, --version  プログラムのバージョン番号を表示して終了
  -w WORDLIST    ワードリストファイルへの特定のパス
  -d DELAY       リクエスト間に遅延を追加

例

内部ワードリストを使用したウェブサイトスキャン

root@kitploit:~
python crawlbox.py www.domain.com

外部ワードリストを使用したウェブサイトスキャン

root@kitploit:~
python crawlbox.py www.domain.com -w wordlist.txt

インストール

(rootとして)

root@kitploit:~
git clone https://github.com/abaykan/crawlbox.git
cd crawlbox/
pip install -r requirements.txt
python crawlbox.py -h

注:Python 2.7.6でテスト済み

メディアレビュー

  • Seucurity Training Share : https://securityonline.info/crawlbox-brute-force-web-directory/
  • PentestTools : https://pentesttoolz.com/2018/03/02/crawlbox-easy-way-to-brute-force-web-directory/
  • Hacking Reviews : https://www.hacking.reviews/2018/03/crawlbox-easy-way-to-brute-force-web.html
  • KitPloit : https://www.kitploit.com/2018/03/crawlbox-easy-way-to-brute-force-web.html
  • Haxf4rall : http://haxf4rall.com/2018/03/08/crawlbox-easy-way-to-brute-force-web-directory/
  • The Hack Today : https://thehacktoday.com/crawlbox-easy-way-brute-force-web-directory/
  • SAPSI Security Service http://sapsi.org/crawlbox-easy-way-to-brute-force-web-directory/
ツールをダウンロード