mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Fix SharpHound CollectionMethod param
This commit is contained in:
parent
da094e016f
commit
3f7b886684
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue