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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ActiveDirectoryEnumeration — 便利なスクリプト群をバンドルしてLDAP経由でActive Directoryを列挙する | Kitploit
ツール/GitHubGitHub/caspergn/activedirectoryenumeration
偵察脆弱性分析エクスプロイト情報収集ペネトレーションテスト
GitHubcaspergn/activedirectoryenumeration

ActiveDirectoryEnumeration

便利なスクリプト群をバンドルしてLDAP経由でActive Directoryを列挙する

リポジトリを見る
147407ヶ月前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

GitHub stars GitHub forks GitHub license FOSSA Status Total alerts Language grade: Python Pypi version PyPI downloads

Packaging status

ADE - ActiveDirectoryEnum

root@kitploit:~
 python -m ade
usage: ade [-h] [--dc DC] [-o OUT_FILE] [-u USER] [-s] [-smb] [-kp] [-bh] [-spn] [-sysvol] [--all] [--no-creds] [--dry-run]
           [--exploit EXPLOIT]

        ___        __  _            ____  _                __                   ______                    
       /   | _____/ /_(_)   _____  / __ \(_)_______  _____/ /_____  _______  __/ ____/___  __  ______ ___ 
      / /| |/ ___/ __/ / | / / _ \/ / / / / ___/ _ \/ ___/ __/ __ \/ ___/ / / / __/ / __ \/ / / / __ `__ \
     / ___ / /__/ /_/ /| |/ /  __/ /_/ / / /  /  __/ /__/ /_/ /_/ / /  / /_/ / /___/ / / / /_/ / / / / / /
    /_/  |_\___/\__/_/ |___/\___/_____/_/_/   \___/\___/\__/\____/_/   \__, /_____/_/ /_/\__,_/_/ /_/ /_/ 
                                                                      /____/                             

/*----------------------------------------------------------------------------------------------------------*/

optional arguments:
  -h, --help            show this help message and exit
  --dc DC               Hostname of the Domain Controller
  -o OUT_FILE, --out-file OUT_FILE
                        Path to output file. If no path, CWD is assumed (default: None)
  -u USER, --user USER  Username of the domain user to query with. The username has to be domain name as `[email protected]`
  -s, --secure          Try to estalish connection through LDAPS
  -smb, --smb           Force enumeration of SMB shares on all computer objects fetched
  -kp, --kerberos_preauth
                        Attempt to gather users that does not require Kerberos preauthentication
  -bh, --bloodhound     Output data in the format expected by BloodHound
  -spn                  Attempt to get all SPNs and perform Kerberoasting
  -sysvol               Search sysvol for GPOs with cpassword and decrypt it
  --all                 Run all checks
  --no-creds            Start without credentials
  --dry-run             Don't execute a test but run as if. Used for testing params etc.
  --exploit EXPLOIT     Show path to PoC exploit code

組み込まれたエクスプロイトの新機能により、次のような結果が得られる可能性があります:

root@kitploit:~
...
[ WARN ] DC may be vulnerable to: [ cve-2020-1472 ]
...

PoCコードのエクスプロイトを照会するには:

root@kitploit:~
$ python -m ade --exploit cve-2020-1472
Exploit for: cve-2020-1472 can be found at: https://github.com/dirkjanm/CVE-2020-1472

インストール

pip3経由でインストールします:

root@kitploit:~
pip3 install ActiveDirectoryEnum
python -m ade

BlackArchを使用している場合、ActiveDirectoryEnumはpacmanで以下のように利用できます:

root@kitploit:~
pacman -S activedirectoryenum

含まれる攻撃・ベクトル

  • ASREPRoasting
  • Kerberoasting
  • ADをBloodHound JSONファイルとしてダンプ
  • SYSVOL内のGPOでcpasswordを検索し復号化
  • 認証情報なしで実行し、実行中にさらに列挙するための情報を収集
  • 組み込みのサンプルエクスプロイト:
  • CVE-2020-1472

コラボレーション

このプロジェクトは私のニーズに合わせて開発されていますが、コラボレーションは大歓迎です。プロジェクトをフォークし、ライセンス契約に従って変更を加え、プルリクエストを作成してください。 お願いしたいことは以下の通りです:

  • ベースプロジェクトと同等の命名規則を維持すること
  • 同等の構文を維持すること
  • コードをテストすること
  • エラーハンドリングを組み込むこと
  • 機能を文書化すること(コード内だけでなく、Wikiページの可能性も含めて)

謝辞

以下の作成者に多大な感謝を捧げます: Impacket @github BloodHound @github BloodHound.py @github CVE-2020-1472 by Tom Tervoort of Secura

これらの存在がなければ、このラッパーは実現しませんでした。

ライセンス

FOSSA Status

ツールをダウンロード