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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
pathprober — ブルートフォース手法を使用してHTTPパス名をプローブおよび発見し、特定の単語または同時に2つの単語でフィルタリングします。 | Kitploit
ツール/GitHubGitHub/xchopath/pathprober
偵察脆弱性スキャナーウェブ脆弱性スキャナー情報収集ウェブセキュリティペネトレーションテストArchived
GitHubxchopath/pathprober

pathprober

ブルートフォース手法を使用してHTTPパス名をプローブおよび発見し、特定の単語または同時に2つの単語でフィルタリングします。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

pathprober

ブルートフォース手法を使用してHTTPパス名を探索・発見し、特定の1語または2語でフィルタリングします。

version made-with-python

pathprober-sample

目的

ウェブサイトのディレクトリやHTTPパス名をブルートフォースし、HTTPレスポンスコードで検証する方法はもはや適切ではありません。このツールは、特定の1語または2語でディレクトリを検証できるため、より正確な結果が得られ、ペネトレーションテストの実施に役立ちます。

以下の発見に役立ちます:

  • Web管理者/ログインパネル
  • 一部のパス内の認証情報
  • サードパーティトークン
  • など

インストール

root@kitploit:~
git clone https://github.com/xchopath/pathprober
cd pathprober/

必要条件

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

サポート

  • 複数のURLターゲット(ファイル内で改行区切り)または単一URLターゲット
  • 複数のパス(ファイル内で改行区切り)または単一パス
  • 1語または2語(フィルター)
  • 有効な結果を別のファイルに保存
  • マルチスレッド

使用例

複数ターゲット、複数パス、複数語の例:

root@kitploit:~
python3 pathprober.py -T target.txt -P path.txt -w "APP_NAME" -w2 "DB_PASSWORD"

単一ターゲット、複数パス、単一語の例:

root@kitploit:~
python3 pathprober.py -t https://redacted.com/ -P path.txt -w "APP_NAME"

複数ターゲット、単一パス、複数語、出力をファイルに保存する例:

root@kitploit:~
python3 pathprober.py -T target.txt -p /.env -w "APP_NAME" -w2 "TWILIO" -o output.txt

さらにヘルプが必要ですか?

root@kitploit:~
bash:~/pathprober$ python3 pathprober.py --help

 ___  ____ ___ _  _ ___  ____ ____ ___  ____ ____
 |__] |__|  |  |__| |__] |__/ |  | |__] |___ |__/
 |    |  |  |  |  | |    |  \ |__| |__] |___ |  \
       Probe HTTP pathname filtered by words

usage: pathprober.py [-h] [-t https://example.com] [-p pathname] [-T target.txt] [-P path.txt] [-w Word] [-w2 Word] [-o output.txt]

PathProber - Probe and discover HTTP pathname using brute-force methodology and filtered by specific word or 2 words at once

optional arguments:
  -h, --help            show this help message and exit
  -t https://example.com
                        Single website target
  -p pathname           Single pathname
  -T target.txt         Multiple target separated by newline
  -P path.txt           Multiple pathname separated by newline
  -w Word               A word that you want to find in a path
  -w2 Word              A second word that you want to find in a path
  -o output.txt         Save the results to file

貢献者

  • @xchopath (@zerobyte-id より)
ツールをダウンロード