This is documented here as well: https://github.com/BloodHoundAD/BloodHound/issues/113 but it took me a while to find this…

If you want to run Sharphound from a PC that is not joined to the target domain, open a command prompt and run:

runas /netonly /user:DOMAIN\USER powershell.exe
Enter the password for DOMAIN\USER:
Attempting to start powershell.exe as user "DOMAIN\USER" ...

Then import Sharpound and run it as normal.

import-module sharphound.ps1
invoke-bloodhound -collectionmethod all -domain TARGETDOMAIN

from:https://www.gerrenmurphy.com/running-sharphound-from-a-non-domain-pc/

相关文章:

  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-05-02
  • 2021-05-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-07-29
  • 2022-12-23
  • 2021-10-25
  • 2021-04-28
  • 2021-07-21
相关资源
相似解决方案