Certipy
Certipy copied to clipboard
Need a bump to the BloodHound module as its not working on 4.2.0
Can you share some more details of what is not working?
I am experiencing the same problem. When exporting the data using -old-bloodhound and try to import it, I get the error Invalid file
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
The BloodHound Version being, used
Hello guys, got the same issue with latest bloodhound version. Any updates in resolving the issue ?
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 togpos
and the version to5
"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 itsProperties
)
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".