-
Notifications
You must be signed in to change notification settings - Fork 80
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
Enhance documentation and error messaging for start subcommand #15
Comments
@PenFr Can you provided the exact steps you're taking to reproduce this issue and provide any logs (sensitive data redacted)? |
@ddlees I'm seeing something similar. I'm trying to run azurehound with a certificate-based auth config as shown below. The output makes it look like it's trying to connect to an empty/null Error message:
Example config.json:
|
@x41x4a Are you executing The If you are not targeting a BloodHound Enterprise instance then you should use the Note to self: enhance documentation and error messaging |
Thanks for pointing that out. That seems to have fixed it. |
Acceptance Criteria
|
Hi,
I always get a tcp error: Connection cant be established, Host denies connection.
I tried the precomipled binary and self compiled binarys on windows and linux. Even on different computers and with different login methods.
Poking arround in the code it seems its trying to establish a connection to a blank host - wich obv. fails but i cant find the reason for it.
Any help would be appreciated :)
Edit: running it directly (-u "user@" -p "pwd") and not over the configfile seems to work!
The text was updated successfully, but these errors were encountered: