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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
dbdtct — 複数のHTTPメソッドとフィンガープリンティング技術を使用してWebアプリケーションのデバッグモードの設定ミスを検出し、露出した機密情報を特定するPythonベースのスキャナー。 | Kitploit
ツール/GitHubGitHub/yousseflahouifi/dbdtct
脆弱性スキャナーウェブセキュリティペネトレーションテスト設定ミス
GitHubyousseflahouifi/dbdtct

dbdtct

複数のHTTPメソッドとフィンガープリンティング技術を使用してWebアプリケーションのデバッグモードの設定ミスを検出し、露出した機密情報を特定するPythonベースのスキャナー。

リポジトリを見る
1年前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

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

dbgdtct

説明

dbgdtctは、Webアプリケーションがデバッグモードでデプロイされているかどうかを検出するためのPythonベースのツールです。デバッグモードは、本番環境で機密情報を露出させ、悪用のリスクを高める重大な設定ミスです。

インストール

root@kitploit:~
git clone https://github.com/yousseflahouifi/dbdtct.git

セットアップ

仮想環境を作成します

root@kitploit:~
python3 -m venv myenv
source myenv/bin/activate

パッケージをインストールします

root@kitploit:~
pip3 install aiohttp requests

使用方法

単一のターゲットアプリケーションをスキャンする場合

root@kitploit:~
python dbdtct.py -u https://target.com 

複数のターゲットとURLをスキャンする場合

root@kitploit:~
python dbdtct.py -l list.txt

実行例

root@kitploit:~
python dbdtct.py -u https://target.com

  ,--.,--.      ,--.  ,--.          ,--.   
 ,-|  ||  |-.  ,-|  |,-'  '-. ,---.,-'  '-. 
' .-. || .-. '' .-. |'-.  .-'| .--''-.  .-' 
\ `-' || `-' |\ `-' |  |  |  \ `--.  |  |   
 `---'  `---'  `---'   `--'   `---'  `--'   
            dbdtct — Web Debug Mode Detection Tool
            Created by: Youssef Lahouifi
            Supervised by : Redouan Korchiyne
            
[ Debug Mode Scanner - Test various methods to detect debug mode ]

[*] Starting scan at 2025-04-12 23:01:12
[*] Testing 1 target(s)

[+] Potential Debug Mode Detected on https://target.com
    -> Technique: HTTP Method POST
    -> Fingerprint: Symfony\Component\
    -> Technique: HTTP Method PUT
    -> Fingerprint: Symfony\Component\
    -> Technique: Malformed JSON ({"foo":"bar")
    -> Fingerprint: Symfony\Component\

[*] Scan Summary:
    -> Completed in: 7.35 seconds
    -> Targets scanned: 1
    -> Vulnerable targets: 1
    -> Success rate: 100.0%

制限と改善点

  • 処理が遅い
  • すべてのパターンを含んでいないため、脆弱性を見逃す可能性がある
  • 場合によっては誤検出が発生する
ツールをダウンロード