mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
Merge pull request #591 from Sijisu/master
Fix SharpHound CollectionMethod param
This commit is contained in:
commit
e517b2771f
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…
Add table
Reference in a new issue