# SharpHound.exe
[SharpHound](https://github.com/SpecterOps/SharpHound) gathers important info about Active Directory and potential misconfigs and security problems!

## Run SharpHound and collect everything
Add a little `throttle` and `jitter` just to evade some detections that have shut our collection down in the past:

```
sharphound -c all --jitter 17 --throttle 777 -d domain.com
```
