// 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 /all
powerquery
01arp -a
powerquery
01route print
powerquery
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 %}