While manual enumeration
Think of these tools as your automated detective. They run hundreds of checks in seconds, highlighting potential privilege escalation vectors. But they're noisy and might trigger alerts - know when to use them.
Detection Risk
LinPEAS
LinPEAS (Linux Privilege Escalation Awesome Script) is the most comprehensive enumeration tool. It checks everything and color-codes findings by severity.
LinPEAS Color Coding
LinPEAS Options
Parse the Output
LinEnum
LinEnum is an older but still useful enumeration script. It's simpler than LinPEAS, which can be an advantage when you want focused output.
LinEnum Sections
Linux Smart Enumeration (LSE)
LSE Levels
pspy - Process Spy
pspy monitors processes without needing root. It catches scheduled tasks and other processes that might not appear in normal enumeration.
Let pspy Run
Linux Exploit Suggester
Kernel Exploits are Risky
Transferring Tools
Interpreting Results
Priority Order
Tool Selection
Which Tool When
Knowledge Check
Challenges
Key Takeaways
- LinPEAS is the most comprehensive enumeration tool
- Color coding helps prioritize: Red/Yellow = high priority
- pspy catches hidden scheduled tasks
- Always check sudo -l findings first
- Run tools in memory to avoid leaving files
- Automated tools are noisy - consider detection risk