// notes/ PrivEsc — Windows
🪟
Initial Enumeration Manual Network Enumeration
Notes from oscp.adot8.com — windows privilege escalation.
#windows privilege escalation#adot8
source · oscp.adot8.com · windows-privilege-escalation/initial-enumeration-manual_network-enumeration ↗Network Enumeration
Gather Host Networking Information
powerquery
01ipconfig /allpowerquery
01arp -apowerquery
01route printpowerquery
01netstat -ano{% hint style="info" %} Viewing this information is important for knowing if the host is dual-homed, have had connections to other hosts on the network and if some ports are only opened internally {% endhint %}