Merge pull request #591 from Sijisu/master

Fix SharpHound CollectionMethod param
This commit is contained in:
Carlos Polop 2023-03-05 10:56:23 +01:00 committed by GitHub
commit e517b2771f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
```