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

Invoke-Bloodhound doesn't give me any output #719

Open
sagisar1 opened this issue Jun 26, 2024 · 4 comments
Open

Invoke-Bloodhound doesn't give me any output #719

sagisar1 opened this issue Jun 26, 2024 · 4 comments
Labels

Comments

@sagisar1
Copy link

Hello, I am using evil-winrm on kali linux ,connected to the Forest dc machine of HTB
I have downloaded to my kali machine the latest version of sharphound.ps1 in order to use it in evil-winrm. Also I am using the latest version of evil-winrm
I am doing two commands:

Import-Module .\SharpHound.ps1 #this command works good and loads the module into the memory
Invoke-BloodHound -c all

the second command however doesn't produce any output. I have tried different flags, nothing works. I also searched over the internet and it seems that people are getting output, but i don't
(for example this blog https://stridergearhead.medium.com/domain-enumeration-using-bloodhound-f2894d5f0da8)

Iso why am i not getting any output file? or any output at all

@sagisar1 sagisar1 added the bug label Jun 26, 2024
@abazzalo
Copy link

Same problem here, have you found any solution? Through RDP works smoothly.

@sagisar1
Copy link
Author

No man, I didn’t find a solution, that’s why I opened this issue…

@leechristensen
Copy link

If you supply explicit credentials or make/steak a token does it work? Thought being you are using WinRM, which performs a network login. So you're running into the double hop problem.

@abazzalo
Copy link

abazzalo commented Sep 1, 2024

If you supply explicit credentials or make/steak a token does it work? Thought being you are using WinRM, which performs a network login. So you're running into the double hop problem.

Thanks dude! You're right, that's the problem, more info here: https://book.hacktricks.xyz/windows-hardening/active-directory-methodology/kerberos-double-hop-problem
I'll try one of the alternatives since I don't have RDP access in this box

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

3 participants