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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ADenum — AD Enumは、LDAPプロトコルを通じて設定ミスを発見し、Kerberosを使用してそれらの弱点の一部を悪用することを可能にするペンテスティングツールです。 | Kitploit
ツール/GitHubGitHub/secuproject/adenum
パスワードクラッキングペネトレーションテスト設定ミス
GitHubsecuproject/adenum

ADenum

AD Enumは、LDAPプロトコルを通じて設定ミスを発見し、Kerberosを使用してそれらの弱点の一部を悪用することを可能にするペンテスティングツールです。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

Active Directory 列挙 - ADEnum.py

ADEnum.py は、LDAPプロトコルを介して設定ミスを発見し、Kerberosを利用してそれらの脆弱性を悪用するためのペネトレーションテストツールです。

root@kitploit:~

   █████╗ ██████╗     ███████╗███╗   ██╗██╗   ██╗███╗   ███╗
  ██╔══██╗██╔══██╗    ██╔════╝████╗  ██║██║   ██║████╗ ████║
  ███████║██║  ██║    █████╗  ██╔██╗ ██║██║   ██║██╔████╔██║
  ██╔══██║██║  ██║    ██╔══╝  ██║╚██╗██║██║   ██║██║╚██╔╝██║
  ██║  ██║██████╔╝    ███████╗██║ ╚████║╚██████╔╝██║ ╚═╝ ██║
  ╚═╝  ╚═╝╚═════╝     ╚══════╝╚═╝  ╚═══╝ ╚═════╝ ╚═╝     ╚═╝


usage: ADenum.py -d [domain] -u [username] -p [password]

Pentest tool that detect misconfig in AD with LDAP

options:
  -h, --help          show this help message and exit
  -d  [domain]        The name of domain (e.g. "test.local")
  -u  [username]      The user name
  -p  [password]      The user password
  -ip [ipAddress]     The IP address of the server (e.g. "1.1.1.1")
  -j                  Enable hash cracking (john)
  -jp [path]          John binary path
  -w  [wordList]      The path of the wordlist to be used john (Default: /usr/share/seclists/Passwords/Leaked-
                      Databases/rockyou.txt
  -v, --version       Show program's version number and exit
  -s                  Use LDAP with SSL
  -c, --NPUsersCheck  Check with GetNPUsers.py for ASREP Roastable

必要条件

  • Impacket (https://github.com/SecureAuthCorp/impacket)

  • John (https://github.com/openwall/john)

  • Python 3

  • Debian または Ubuntu を使用している場合:

    root@kitploit:~
    $ sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
    
  • Kali を使用している場合:

    root@kitploit:~
    $ sudo apt-get install libsasl2-dev python2-dev libldap2-dev libssl-dev
    
  • pip3:

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

機能

LDAP

  • ドメイン管理者ユーザーの列挙
  • ドメインコントローラーの列挙
  • パスワードが期限切れにならないドメインユーザーの列挙
  • 古いパスワードを持つドメインユーザーの列挙
  • 興味深い説明文を持つドメインユーザーの列挙
  • デフォルト以外の暗号化を使用しているドメインユーザーの列挙
  • 特権ドメインアカウント保護対象のドメインユーザーの列挙
  • デフォルト以外のオブジェクト属性を持つドメインユーザーの列挙

Kerberos

  • AS-REP Roastable
  • Kerberoastable
  • John によるパスワードクラッキング (krb5tgs および krb5asrep)

デモ

asciicast

Microsoft Advanced Threat Analytics

ATA は2つの不審なイベントを検出しますが、アラートはトリガーしません:

  • SSL なしの LDAP プロトコル接続
  • Kerberoastable 攻撃

次のスクリーンショットに示すように:

image/ATAdetection.png

出典

ドキュメント:

  • https://labs.f-secure.com/blog/attack-detection-fundamentals-discovery-and-lateral-movement-lab-1/
  • https://theitbros.com/ldap-query-examples-active-directory/
  • https://docs.microsoft.com/en-us/advanced-threat-analytics/what-is-ata

Impacket:

  • https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetNPUsers.py
  • https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetUserSPNs.py

法的免責事項

root@kitploit:~
This project is made for educational and ethical testing purposes only. Usage of this software for attacking targets without prior mutual consent is illegal.
It is the end user's responsibility to obey all applicable local, state and federal laws.
Developers assume no liability and are not responsible for any misuse or damage caused by this program.
ツールをダウンロード