Sharphound
Basic usage
sharphound.exe --CollectionMethods <methods> --Domain <domain> --ExcludeDCsUsing runas.exe
Last updated
sharphound.exe --CollectionMethods <methods> --Domain <domain> --ExcludeDCsLast updated
# spawn a cmd instance using a particular user's AD credentials
C:\> runas /netonly /user:<domain>\<username> cmd.exe
# from the spawned cmd
$ ./sharphound.exe --domain xxxx ...