Eumeration
Enumerate material found on the machine.
Use pre-installed tools on the machine
Use scripting techniques
Use local tools through a proxy (last resort ; very slow)
Check arp cache, static mappings, local DNS servers and interfaces (Linux)
arp -a
cat /etc/hosts
cat /etc/resolv.conf
ip aCheck arp cache, static mappings and interfaces (Windows)
arp -a
type C:\Windows\System32\drivers\etc\hosts
ipconfig /allNmap scan after pivot
proxychains -q nmap -sT -Pn -p 21,80,443 172.16.6.240 172.16.6.241 172.16.6.254Living Off the Land (LotL)
Start off with uploading nmap and scanning the network from the compromised server
Bash one-liner ping sweep
Bash one-liner port scan
Windows ping sweep tools
Last updated