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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
pidrila — Python インタラクティブ Deepweb 指向高速インテリジェントリンクアナライザー | Kitploit
ツール/GitHubGitHub/enemy-submarine/pidrila
偵察脆弱性スキャナー情報収集ウェブセキュリティペネトレーションテスト
GitHubenemy-submarine/pidrila

pidrila

Python インタラクティブ Deepweb 指向高速インテリジェントリンクアナライザー

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

人気

すべて見る →

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

すべてのツールを探索

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

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

PIDRILA

現在のリリース: v0.1.0 (2020.11.08)

概要

PIDRILA: Python Interactive Deepweb-oriented Rapid Intelligent Link Analyzer は、BrightSearch チームによって開発された、すべての倫理的なネットストーカーのための非常に高速な非同期Webパススキャナーのプロトタイプです。

インストールと使用方法

root@kitploit:~
git clone https://github.com/enemy-submarine/pidrila.git
cd pidrila
python3 pidrila.py -u <URL>

オプション

root@kitploit:~
Usage: pidrila.py [OPTIONS]

Options:
  -U, --user-agent TEXT           User-Agent
  -t, --timeout INTEGER           Request timeout  [default: 30]
  -A, --auth TEXT                 Basic HTTP auth, i.e. login:password
  -M, --max-connections-per-host INTEGER
                                  How many simultaneous connections should we
                                  open (per each host)  [default: 16]

  -m, --max-connections INTEGER   How many simultaneous connections should we
                                  open  [default: 128]

  -p, --proxy TEXT                Proxy address, like socks5h://127.0.0.1:9050
  -p, --pathlist FILENAME         Path list
  -L, --url-list FILENAME         Target URL list
  -u, --url TEXT                  Target URL, option is mutually exclusive
                                  with url_list  [required]

  -l, --logs DIRECTORY            Destination directory for the logs
  --http-method [head|get]        HTTP method: GET or HEAD  [default: get]
  --help                          Show this message and exit.

特徴

  • 非同期
  • 無制限のサイトを同時にスキャン可能
  • キープアライブ対応
  • HTTPおよびSOCKSプロキシ対応
  • ユーザーエージェントのランダム化

スクリーンショット

使用例

単一のクリアウェブサイトをスキャン

root@kitploit:~
 python3 ./pidrila.py -u http://silenthouse.yoba -M 128

単一のオニオンサイトをスキャン

root@kitploit:~
 python3 ./pidrila.py -u http://zqktlwi4fecvo6ro.onion -m 16 -M 16 --proxy=socks5h://127.0.0.1:9050

カスタムUser-Agentを使用した高速バッチスキャン

root@kitploit:~
python3 ./pidrila.py -m 2048 -L darkweb_sites_list.txt --user-agent "Pantusha/2.0 (4.2BSD)"

ライセンス

ライセンス: GNU General Public License, version 2

ツールをダウンロード