Penetration Testing 4 commands
LinPEAS
Linux Privilege Escalation Awesome Script. Searches for possible paths to escalate privileges on Linux hosts.
privilege-escalationlinuxenumerationpost-exploitation
Installation
# Download from GitHub
curl -L https://github.com/peass-ng/PEASS-ng/releases/latest/download/linpeas.sh -o linpeas.sh
chmod +x linpeas.shCommands & usage
4 entries./linpeas.shRun all checks
./linpeas.sh -sSilent mode (less output)
./linpeas.sh -aRun all checks including lengthy ones
curl <url>/linpeas.sh | bashRun from remote without saving
Use cases
Linux privilege escalationPost-exploitation enumerationMisconfiguration detectionCTF challengesSecurity auditing