BloodHoundAD / BloodHound

Six Degrees of Domain Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zip File not loading

yellephen opened this issue · comments

If this is a SharpHound bug, please file the bug in the SharpHound repo here

Describe the bug
When I attempt to load a .zip file produced by SharpHound, The Upload Progress pane is shown but nothing is uploaded, all items remain at 0%.

To Reproduce
Steps to reproduce the behavior:

  1. In an Active Directory domain run SharpHound v2.0.1 with the "-c all" flag. This produces a zip file.
  2. Transfer the zip file via SMB onto the linux host running BloodHound
  3. Run BloodHound --no-sandbox and log into neo4j
  4. Drag and drop the zip file onto the bloodhound window.
  5. The Upload Progress pane is shown but no progress is made.

Expected behavior
The json files in the zip file are uploaded and the graphs of the AD domain are shown.

Screenshots
image

Additional context
I've had some idea that this was a version issue so have tried the kali apt version of bloodhound as well as the last 3 releases from github and a couple of olde random ones. I have also tried different combinations of older versions of SharpHound all with the same result. I have attached one of the SharpHound v2.0.1 zip files that isn't working for me in BloodHound.
20231127035041_BloodHound.zip

Hi,

SharpHound v2.x is only compatible with BloodHound CE (v5.x) which you can find here: https://github.com/SpecterOps/BloodHound

The application does not have a nice way of telling you that it does not understand the data format, unfortunately..