No Credentials
1) Do reconnaissance for live hosts within a network
nxc smb IP_RANGEsudo rustscan -a IP -r 1-65535 -- -A -Pn -oAsudo nmap -sU --top-ports 100 -vvv IP -oAsudo nano /etc/hosts
IP domain.local2) Do reconnaissance for credentials (users and passwords)
SMB
enum4linux-ng IPnxc smb domain.local -u '' -p '' --shares
nxc smb domain.local -u guest -p '' --sharesTIP: Guest might have access where null has not!
Kerberos
LDAP
HTTP
DNS
3) NTLM Hash Stealing
4) Timeroasting
Last updated