PE Scripts
Linux
Privilege Escalation Awesome Scripts Suite (PEASS) scripts are a collection of automated tools used to enumerate potential privilege escalation vectors by quickly identify misconfigurations or vulnerabilities. The -a
(all checks except regex) option performs process checks for 1 minute, searches for more file hashes, and brute-forces each user via su
using the top 2000 passwords. The -r
(regex checks) option will search for hundreds of API keys of different platforms in the Filesystem.
./linpeas.sh -a -r
Windows
Privilege Escalation Awesome Scripts Suite (PEASS) scripts are a collection of automated tools used to enumerate potential privilege escalation vectors by quickly identify misconfigurations or vulnerabilities. The -a
(all checks except regex) option performs process checks for 1 minute, searches for more file hashes, and brute-forces each user via su
using the top 2000 passwords. The -r
(regex checks) option will search for hundreds of API keys of different platforms in the Filesystem.
.\winPEASx64.exe -a -r
Last updated
Was this helpful?