Default
Attack cycle
- Recon
- domain enum
- local priv esc
- admin recon
- lateral movement
- domain admin priv
- cross domain attacks
- persist and exfiltrate
1. Recon
Network discovery
Find live machines within the network
- Arp scanning
- windows
arp -a
- linux
arp-scan -l
- windows
- Ping sweeps
- windows :
- linux :
nmap -sn <ip>/24
- net view
Port scanning
Scan for open ports and services of a host Use nmap