Fix SharpHound CollectionMethod param

This commit is contained in:
Sijisu 2023-02-26 22:44:57 +01:00
parent da094e016f
commit 3f7b886684

View file

@ -119,7 +119,7 @@ And bloodhound will be ready to ingest data.
They have several options but if you want to run SharpHound from a PC joined to the domain, using your current user and extract all the information you can do:
```
./SharpHound.exe --CollectionMethod All
./SharpHound.exe --CollectionMethods All
Invoke-BloodHound -CollectionMethod All
```