View Issue Details

IDProjectCategoryView StatusLast Update
0004272Kali LinuxKali Package Improvementpublic2018-01-15 13:59
Reporterzoneranger Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionwon't fix 
Product Version2017.2 
Summary0004272: Bloodhound seems to be missing sample database
Description

Bloodhound, recently packaged for kali, seems to be missing the sample database.
According to /usr/share/doc/bloodhound/README.Debian:

  1. Start the neo4j server: neo4j console
  2. In a browser, open http://localhost:7474/
  3. Connect to database (default password is neo4j)
  4. Set up new password
  5. Start BloodHound in a other console: bloohound
  6. Authenticate to the provided sample graph database at bolt://localhost:7687

Step 5/6 work but appear to show an empty database.

Steps To Reproduce

apt-get bloodhound package - pulls in neo4j as a dependency.
Follow instructions above.
The database is stored in:
/usr/share/neo4j/data/databases - 'graph.db' sub-directory.
If you rename the graph.db sub-directory and then git clone from:
https://github.com/BloodHoundAD/BloodHound
Copying BloodHoundExampleDB.graphdb into /usr/share/neo4j/data/databases and then renaming to graph.db at least provides some data.

Activities

sbrun

sbrun

2018-01-15 13:59

manager   ~0007819

README.Debian has been updated to mention where to download a sample database and how to install it.

Issue History

Date Modified Username Field Change
2017-09-29 14:10 zoneranger New Issue
2017-12-22 09:43 sbrun Assigned To => sbrun
2017-12-22 09:43 sbrun Status new => assigned
2018-01-15 13:59 sbrun Status assigned => closed
2018-01-15 13:59 sbrun Resolution open => won't fix
2018-01-15 13:59 sbrun Note Added: 0007819