root@kali:~# bloodhound -h ┏━(Message from Kali developers) ┃ ┃ The command bloodhound is deprecated. Please use bloodhound-start instead. ┃ ┗━
root@kali:~# bloodhound-setup -h
[*] Starting PostgreSQL service
[*] Creating Database
User _bloodhound already exists in PostgreSQL
Database bloodhound already exists in PostgreSQL
ALTER ROLE
[*] Starting neo4j
Neo4j is not running.
Directories in use:
home: /usr/share/neo4j
config: /usr/share/neo4j/conf
logs: /etc/neo4j/logs
plugins: /usr/share/neo4j/plugins
import: /usr/share/neo4j/import
data: /etc/neo4j/data
certificates: /usr/share/neo4j/certificates
licenses: /usr/share/neo4j/licenses
run: /var/lib/neo4j/run
Starting Neo4j.
Started neo4j (pid:62045). It is available at http://localhost:7474
There may be a short delay until the server is ready.
[i] You need to change the default password for neo4j
Default credentials:
user: neo4j
password: neo4j
[!] IMPORTANT: Once you have setup the new password, please update /etc/bhapi/bhapi.json with the new password before running bloodhound
.....................
root@kali:~# bloodhound-start -h It seems it's the first time you run bloodhound Please run bloodhound-setup first
root@kali:~# bloodhound-stop -h ┏━(Message from Kali developers) ┃ ┃ Service status: ┃ * bloodhound.service - Bloodhound service ┃ Loaded: loaded (/usr/lib/systemd/system/bloodhound.service; 5:185mdisabled; preset: 5:185mdisabled) ┃ Active: inactive (dead) ┃ ┗━ Neo4j is not running.
How to install and run Bloodhound
┌──(kali㉿kali)-[~] └─$ sudo apt update && sudo apt install -y bloodhound ┌──(kali㉿kali)-[~] └─$ sudo bloodhound-setup username: neo4j password: neo4j ┌──(kali㉿kali)-[~] └─$ sudo vim /etc/bhapi/bhapi.json ┌──(kali㉿kali)-[~] └─$ sudo bloodhound username: admin password: admin
Reset Bloodhound's admin password:
┌──(kali㉿kali)-[~] └─$ sudo env bhe_recreate_default_admin=true bloodhound