-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(CRITICAL) No import with SharpHound v2.0.0 #693
Comments
INFO: Had the same problem, I reran SharpHound in version v1.1.1. The import worked with that ZIP in Bloodhound running version: 4.3.1. |
Same problem for me. I can import every .json from the SharpHound .zip (Version 2.0.0 with the CollectionMethod |
Same Problem when using SharpHound 2.0.0, can not upload computers.json. This works for me with no issues: |
BH 4.3.1 will not import the .zip into it. Shows how much testing actually goes into release..... Reverting to just using the 1.1.1 SharpHound allows for functioning. |
Same problem with openjdk-11,neo4j-4.4.8, fix it please. |
Hi, The SharpHound 2.0 version is only compatible with BloodHound CE (early access) which you can find here: https://github.com/SpecterOps/BloodHound |
Describe the bug
When using https://github.com/BloodHoundAD/SharpHound/releases/tag/v2.0.0
The import via zip doesn't work at all.
If unzipped, it's possible to import all json but not computers.
To Reproduce
Steps to reproduce the behavior:
docker run -d --rm -p 127.0.0.1:7474:7474 -p 127.0.0.1:7687:7687 -e NEO4J_AUTH=neo4j/xxxxx neo4j:4.4.21
Upload data
In the developper tools, there is the following message:
Expected behavior
Parse the zip and all default json inside...
Screenshots
The text was updated successfully, but these errors were encountered: