Password Spraying - Making a Target User List
There are several ways that we can gather a target list of valid users:
Enum4Linux
enum4linux -U 172.16.5.5 | grep "user:" | cut -f2 -d"[" | cut -f1 -d"]"
administrator
guest
krbtgt
lab_adm
htb-student
avazquez
pfalcon
fanthony
wdillard
lbradford
sgage
asanchez
dbranch
ccruz
njohnson
mholliday
<SNIP>Using RpcClient
CrackMapExec
Gathering Users with LDAP Anonymous
Using windapsearch
Kerbrute User Enumeration
Credentialed Enumeration to Build our User List
Using CrackMapExec with Valid Credentials
Last updated