ThePorgs / Exegol-images

Docker images of the Exegol project
https://exegol.readthedocs.io/
GNU General Public License v3.0
89 stars 69 forks source link

Fix bloodhound-ce installation #405

Closed nodauf closed 3 weeks ago

nodauf commented 4 weeks ago

Description

Bloodhound-ce expects that the name of the collector to be sharphound-...zip. Actually, the downloaded archive is SharpHound-....zip. This PR includes the fix to convert the name of the archive nameto lowercase.

A temporary fix for the users is to run the following command:

mv /opt/tools/BloodHound-CE/collectors/sharphound/SharpHound-v2.5.7.zip /opt/tools/BloodHound-CE/collectors/sharphound/sharphound-v2.5.7.zip
nodauf commented 3 weeks ago

PR #407 contains the fix from this one and much more in a cleaner way. So it is better to close this one and keep #407.

QU35T-code commented 3 weeks ago

@nodauf,

Thank you for your contribution again !