# Bloodhound

```
./bloodhound -no-sandbox ##this is on my downloads folder because the apt bloodhound wasnt working ofr me correctly.
neo4j console 

Use the collectors 
Either SharpHound.exe or SharpHound.ps1

 SharpHound.exe --CollectionMethod All
 Invoke-BloodHound -CollectionMethod All
```

After that transfer the zip file to our own and import the data on the bloodhound console.

{% embed url="<https://github.com/puckiestyle/powershell/blob/master/SharpHound.ps1>" %}

If we do not have any users who are in the Remote Management Group but have indeed LDAP valid credentials we can invoke bloodhound remotely.&#x20;

`bloodhound-python -c All -u Ted.Graves -p 'Mr.Teddy' -ns 10.10.10.248 -d intelligence.htb`
