2 Enums
Start
LinEnum
Extracts large amount of target bits
Could find ports listening on localhost, that might have port-knocking or pivots
Used by IPPSec
PsPy32
Snoop on processes/crons without needing root permissions.
Even finds root-crontabs
Timers
Kinda like crons
REF: procmon
Tools
Get the tools.zip from UdemyClass, and save them as a toolset
REFS
Bonus Enums:
SUID/SGID
Writeable
Enumeration Plan
Check your id, whoami
Linux Smart Enumeration (lse) with increasing levels
lse
lse -l 1
lse -l 2
LinEnum and other scripts
If they are failing, run them manually
Or Check other cheatsheets
https://blog.g0tmi1k.com/..linux-privilege-escalation
Check common file
/var/backup
/var/logs
/tmp
/home/user/.*history
Try easy ones first:
sudo, cron, suid
root processes, enumerate version, check exploits
internal ports you can forward to your-remote-machine
Harder:
Re-read your enums, look for oddities
Unusual file-systems (not ext,swap,tmpfs)
Strange usernames
Kernel exploits
Last updated