Skip to content
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

bloodhound 4.2.0 Darwin arm64 release not working #639

Open
chadministratorwastaken opened this issue Jan 12, 2023 · 9 comments
Open

bloodhound 4.2.0 Darwin arm64 release not working #639

chadministratorwastaken opened this issue Jan 12, 2023 · 9 comments
Labels

Comments

@chadministratorwastaken

Describe the bug
App does not run. Error message: "BloodHound.app” is damaged and can’t be opened.

To Reproduce
Steps to reproduce the behavior:

  1. Download and unzip latest release
  2. Click on BloodHound.app
  3. See error

Expected behavior
Expect BloodHound application to launch to login screen

Screenshots
image

Additional context
Darwin HOSTNAME.local 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct 9 20:15:09 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T6000 arm64

A similar issue (#504) was closed for v4.1.0.

@Tw1sm
Copy link

Tw1sm commented Jan 17, 2023

Same issue, app works fine once compiled manually with the commands in the v4.1.0 issue

@NotMedic
Copy link

Check whether the file is quarantined by GateKeeper. This can be done with

ls -l@ ./BloodHound.app

if you see the Extended Attribute of 'com.apple.quarantine', you can remove it with:

xattr -d com.apple.quarantine ./BloodHound.app

Try that and report back?

@chadministratorwastaken
Copy link
Author

Great success! Thank you for the solution.

@NotMedic
Copy link

Hey @chadministratorwastaken,
This is an OK workaround, but I wouldn't consider the issue fixed. I'm not sure why GateKeeper just says "is damaged" instead of popping the traditional "developer cannot be verified" message, so this should still be looked into. We should probably re-open so it can be tracked and fixed so BloodHound works as designed with minimal friction.

@chadministratorwastaken
Copy link
Author

Agreed. I'm suddenly remembering that this was the solution for the same problem in 4.1.0 and that the reason I opened this was to track the recurring issue. Thanks for the reminder.

@JonasBK
Copy link
Contributor

JonasBK commented May 1, 2023

Is this still an issue with the 4.3 release?

@chadministratorwastaken
Copy link
Author

@JonasBK Yes

@pr0b3r7
Copy link

pr0b3r7 commented May 10, 2023

Great success! Thank you for the solution.

ditto - Great success!!!
xattr -d com.apple.quarantine ./BloodHound.app for the win

@njmulsqb
Copy link

njmulsqb commented Jun 20, 2023

image

Not working on M2, workaround is to build locally using npm ci & npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants