Bloodhound

  1. Upload the collector on the machine

  2. Open cmd and do: powershell -ep bypass

  3. . .\SharpHound.ps1 sau . .\AzureHound.ps1

  4. Invoke-Bloodhound -CollectionMethod All -Domain MARVEL.local -ZipFileName file.zip

  5. transfer the .zip file from the win machine to Kali

  6. 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

Last updated