Certipy icon indicating copy to clipboard operation
Certipy copied to clipboard

Need a bump to the BloodHound module as its not working on 4.2.0

Open Xyan1d3 opened this issue 2 years ago • 6 comments

Xyan1d3 avatar Sep 10 '22 19:09 Xyan1d3

Can you share some more details of what is not working?

ly4k avatar Sep 11 '22 11:09 ly4k

I am experiencing the same problem. When exporting the data using -old-bloodhound and try to import it, I get the error Invalid file

13375nip3r avatar Sep 12 '22 14:09 13375nip3r

Can you share some more details of what is not working?

The SharpHound Ingestor has been written from the ground up since BloodHound 4.1.0 Link : https://github.com/BloodHoundAD/BloodHound/releases/tag/4.1.0 I think it has gone through some groundbreaking changes that's why even old SharpHound generated zip's are not loading in the latest which is 4.2.0 version image

The BloodHound Version being, used image

Xyan1d3 avatar Oct 09 '22 11:10 Xyan1d3

Hello guys, got the same issue with latest bloodhound version. Any updates in resolving the issue ?

NotSoEthical avatar Feb 15 '23 19:02 NotSoEthical

From what I understand there are two problems:

  • Upload fails because the meta in the file does not contain any of the known types: https://github.com/BloodHoundAD/BloodHound/blob/v4.3.0/src/components/Menu/MenuContainer.jsx#L32. I manually fixed this by changing it to gpos and the version to 5
"meta":
    {
        "methods": 0,
        "type": "gpos",
        "count": 100,
        "version": 5
    }
  • The second issue is using the custom queries. The output format does not contain te type attribute, but the custom queries are looking for it. So the fix here would be to add it to each template entry (within its Properties)

FrankSpierings avatar May 09 '23 18:05 FrankSpierings

Having Same Issue with Bloodhound version 4.3.1

Generated bloodhound data with certipy find -u <USER> -p <PASSWORD> -dc-ip 0.0.0.0 -bloodhound but when try to upload it to bloodhound, gets "Invalid File Type NaN".

0xGreen avatar Jan 29 '24 00:01 0xGreen