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 -rThe Linux Exploit Suggester tool is designed to assist in detecting security deficiencies for a given Linux kernel/Linux-based machine:
./linux-exploit-suggester.shThe Linux Smart Enumeration script shows relevant information about potential privilege escalation vectors.
./lse.sh [options]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 -rSeatbelt - WIP.
Last updated
Was this helpful?