BloodHound

free room to practice

Bloodhound installation

Bloodhound is already in kali repositories. So use the following command to install it.

Alternatively we can use the following command. (Not preferred)

Now start new4j console.

neo4j will start at http://localhost:7474/. we need to setup credentials first. So, go there and setup credentials.

username: neo4j

password: neo4j

Now, you can launch bloodhound with your new credentials.

Launch Bloodhound

Using sharphound for Manual Ingestion

Locate sharphound location

Copy to the current directory and start python server to transfer the file.

Start Powershell - powershell -ep bypass -ep bypasses the execution policy of powershell allowing you to easily run scripts

Now download the file to victim machine

Now run it

Now download it

scp download files

You can also use sharphound.exe to generate the zip file

Analysing data with bloodhound

Now import the downloaded file in bloodhound

Now we can run queries from the analysis section.

Remote collection with bloodhound.py

Install the collector script

Now run the script to collect data

Last updated