ESEDHOUND is a python script that extract datatable from the ntds.dit file to retrieve users, computers and groups.
The goal is to send all the infos into Bloodhound to help incident responders for identifying AD objects.
On last version (V 1.0) :
- Extract Users, Computers and Groups from ntds file
git clone https://github.com/Processus-Thief/ESEDHOUND
cd ESEDHOUND
python3 esedhound.py -ntds ntds.dit- Output results for BloodHound
- Extract ACLs from SD table
