Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 663 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 663 Bytes

Linux Local Enumeration Script

Check out the post on Linux Local Enumeration Script on HighOn.Coffee

The script performs basic linux local enumeration, a first step in the local privilege escalation process.

linux local priv esc

Copy script to target and execute it:

wget https://raw.githubusercontent.com/Arr0way/linux-local-enumeration-script/master/linux-local-enum.sh
chmod linux-local-enum.sh
./linux-local-enum.sh 

The script logs all output to file enum.log, which is created in the script root directory.

Enjoy.