Bloodhound
Last updated
Last updated
Upload the collector on the machine
Open cmd and do: powershell -ep bypass
. .\SharpHound.ps1 sau . .\AzureHound.ps1
Invoke-Bloodhound -CollectionMethod All -Domain MARVEL.local -ZipFileName file.zip
transfer the .zip file from the win machine to Kali
in Bloodhound go to Update Data
Reset Neo4j pass: locate neo4j | grep auth and delete that file
Delete the db to get rid of the old graph:
In my experience, there are two ways to reset a Neo4j database, depending on what you need.
Method 1: Simply delete all nodes/relationships/indexes/constraints
# All nodes and relationships. MATCH (n) DETACH DELETE n