Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ActiveDirectoryEnumeration — 通过LDAP枚举AD,并附带一组有用的脚本 | Kitploit
工具/GitHubGitHub/caspergn/activedirectoryenumeration
侦察漏洞分析漏洞利用信息收集渗透测试
GitHubcaspergn/activedirectoryenumeration

ActiveDirectoryEnumeration

通过LDAP枚举AD,并附带一组有用的脚本

查看仓库
1474037个月前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,可以通过pacman安装ActiveDirectoryEnum:

root@kitploit:~
pacman -S activedirectoryenum

包含的攻击/向量

  • ASREPRoasting
  • Kerberoasting
  • 导出AD为BloodHound JSON文件
  • 在SYSVOL中搜索包含cpassword的GPO并解密
  • 无需凭据运行,并尝试在运行过程中收集信息供后续枚举使用
  • 包含的示例漏洞利用:
  • CVE-2020-1472

协作

虽然这个项目是为满足我自己的需求而开发的,但我们欢迎任何形式的协作。请随意fork本仓库,根据许可协议进行修改,并提交Pull Request。 我只要求:

  • 保持与基础项目相同的命名标准
  • 保持相同的语法风格
  • 测试你的代码
  • 包含错误处理
  • 为功能添加文档说明(包括代码内注释以及潜在的Wiki页面)

致谢

非常感谢以下项目的创建者: Impacket @github BloodHound @github BloodHound.py @github CVE-2020-1472 by Tom Tervoort of Secura

没有上述项目,这个封装工具是不可能实现的。

许可证

FOSSA Status

下载工具