// notes/ PrivEsc — Linux
🐧

Initial Enumeration Network Enumeration

{% hint style="info" %}

#linux privilege escalation#adot8
source · oscp.adot8.com · linux-privilege-escalation/initial-enumeration_network-enumeration

Network Enumeration

{% hint style="info" %} Checking the interfaces and directly connected networks is important to know if you can pivot to other machines. This would make the host Dual-Homes {% endhint %}

code
01ip route
02arp -a
03ip neigh
04netstat -ano

Mostly to get the lay of the land. What ports are open? Who are we communicating to?