Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
ActiveDirectoryEnumeration — Enumere o AD através do LDAP com uma coleção de scripts úteis agrupados. | Kitploit
Ferramentas/GitHubGitHub/caspergn/activedirectoryenumeration
ReconhecimentoAnálise de VulnerabilidadesExploraçãoColeta de InformaçõesTestes de Penetração
GitHubcaspergn/activedirectoryenumeration

ActiveDirectoryEnumeration

Enumere o AD através do LDAP com uma coleção de scripts úteis agrupados.

Ver Repositório

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar
14740há 7 mesesRevisado pelo 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

A nova inclusão de exploits embutidos pode gerar resultados como:

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

Para consultar um exploit para código de 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

Instalação

Execute a instalação via pip3:

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

Se você utiliza BlackArch, o ActiveDirectoryEnum está disponível pelo pacman da seguinte forma:

root@kitploit:~
pacman -S activedirectoryenum

Ataques/vetores incluídos

  • ASREPRoasting
  • Kerberoasting
  • Despejar o AD como arquivos JSON do BloodHound
  • Procurar GPOs no SYSVOL por cpassword e descriptografá-las
  • Executar sem credenciais e tentar coletar informações para enumeração adicional durante a execução
  • Exemplos de exploits incluídos:
  • CVE-2020-1472

Colaboração

Embora este projeto seja desenvolvido para atender às minhas necessidades, toda colaboração é bem-vinda. Sinta-se à vontade para fazer um fork do projeto, realizar alterações de acordo com os termos da licença e abrir um Pull Request. Peço apenas que:

  • Mantenha um padrão de nomenclatura equivalente ao do projeto base
  • Mantenha uma sintaxe equivalente
  • Teste seu código
  • Incorpore tratamento de erros
  • Documente a funcionalidade – tanto no código quanto para uma eventual página na Wiki

Agradecimentos e Reconhecimentos

Um grande agradecimento aos criadores de: Impacket @github BloodHound @github BloodHound.py @github CVE-2020-1472 por Tom Tervoort da Secura

Sem os itens acima, este wrapper não seria possível.

Licença

FOSSA Status

Baixar ferramenta