GoFetchAD / GoFetch

GoFetch is a tool to automatically exercise an attack plan generated by the BloodHound application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Execution policy restriction

GoFetchAD opened this issue · comments

I get an error that a script cannot be executed because the PowerShell execution policy doesn't allow it. And GoFetch does not run on the following machines.

The files are not signed therefore they are blocked to execution. You should unblock the files with the following command: Unblock-File .\Invoke-GoFetch.ps1 on each one of the .ps1 files.