Eumeration
arp -a
cat /etc/hosts
cat /etc/resolv.conf
ip aarp -a
type C:\Windows\System32\drivers\etc\hosts
ipconfig /allLiving Off the Land (LotL)
./nmap -sn 10.200.72.0/24 -oN hostsLast updated
arp -a
cat /etc/hosts
cat /etc/resolv.conf
ip aarp -a
type C:\Windows\System32\drivers\etc\hosts
ipconfig /all./nmap -sn 10.200.72.0/24 -oN hostsLast updated
for i in {1..255}; do (ping -c 1 192.168.1.${i} | grep "bytes from" &); donefor i in {1..65535}; do (echo > /dev/tcp/192.168.1.1/$i) >/dev/null 2>&1 && echo $i is open; done