PentOpsVault @syztem4our666

PentOpsVault
Pentesting Windows AD

Kerbrute

Windows

https://github.com/ropnop/kerbrute

List Users of a domain

./kerbrute_linux_amd64 userenum --dc <dc-ip> -d <domain> <userslist.txt>
--dc The location of the Domain Controller (KDC) to target. If blank, will lookup via DNS
-d,  --domain string      The full domain to use (e.g. contoso.com)

On this page

Edit on GitHub