Skip to content

A lightweight tool that enumerates the Active Directory environment to identify possible attack vectors

License

Notifications You must be signed in to change notification settings

UserXGnu/ADCollector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADCollector

ADCollector is a lightweight tool that enumerates the Active Directory environment to identify possible attack vectors. The aim of developing this tool is to help me learn more about Active Directory security in a different perspective. I just started learning .NET with C#, the code could be really terrible~

It currently uses S.DS namespace to retrieve information from the domain controller(LDAP server).

This tool is still under construction.

Features

  • Current Domain/Forest information
  • Domains in the current forest (with domain SIDs)
  • Domain Controllers in the current domain [GC/RODC] (with IP,OS Site and Roles)
  • Domain trusts [SID filtering status]
  • Forest trusts [SID filtering status]
  • Privileged users (in DA and EA group)
  • Unconstrained delegation accounts (Excluding DCs)
  • MSSQL SPN accounts
  • GPOs (... under construction)
  • Confidential attributes ()

Info

For more information (current progress/Todo list/etc) about this tool, you can visit my project page: https://github.com/dev-2null/ADCollector/projects

About

A lightweight tool that enumerates the Active Directory environment to identify possible attack vectors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%