-
Notifications
You must be signed in to change notification settings - Fork 117
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
SharpHound.ps1 does not produce output #260
Comments
I'm not really sure how we would go about debugging this, especially since the .ps1 script is just wrapping the .exe, so functionally there shouldn't be any real difference other than how its delivered into memory. Can you isolate a reproduction of this in a specific scenario? |
Closing this issue as we've not heard any updates. We can always re-open with more info! |
Not sure if this is going to be seen since this issue is closed but giving it a try anyway. I have run into the same issue as described above. In my case I opened a PowerShell shell from another shell using the Then I ran a search for *bloodhound.zip and found that the collection files are in the C:\Windows\System32 directory. I believe that @leechristensen hit the nail on the head here. Sharphound.ps1 / Invoke-Bloodhound run from the C:\users\rstrom\Downloads\SharpHound-v2.3.3 directory Resulting files are located in the C:\Windows\System32 directory The cache file ended up in System32 also |
Description:
Many times the PowerShell script will not produce the designated output file. The
.exe
ingestor works perfectly every time. Sometimes, the problem is resolved when I use the-OutputDirectory
option.The text was updated successfully, but these errors were encountered: