BloodHound
Run SharpHound
SharpHound3.exe -c All -d <domain>
# Stealth
SharpHound3.exe -c All -d <domain> --stealth --exclude-dc
## Pass creds
SharpHound3.exe -c All -d <domain> --ldapusername <username> --ldappass <password>
Last updated
Was this helpful?