Files
oscp/Windows/Active Directory for OSCP/Valid Credentials/BloodHound.md
T
2025-11-21 17:17:42 +01:00

14 lines
305 B
Markdown

```sh
Location /opt/BloodHound-linux-x64/resources/app/Collectors
sudo neo4j console
sudo ./BloodHound --no-sandbox
# On victim machine
Import-Module ./SharpHound.ps1
invoke-bloodhound -collectionmethod all -domain htb.local -ldapuser svc-alfresco -ldappass s3rvice
.\sharp.exe -c all -d <domain>
```