mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 19:06:12 +00:00
Update LinPEAS links
This commit is contained in:
parent
0b5c5acb87
commit
d36f98b4ca
@ -54,11 +54,11 @@
|
|||||||
There are many scripts that you can execute on a linux machine which automatically enumerate sytem information, processes, and files to locate privilege escelation vectors.
|
There are many scripts that you can execute on a linux machine which automatically enumerate sytem information, processes, and files to locate privilege escelation vectors.
|
||||||
Here are a few:
|
Here are a few:
|
||||||
|
|
||||||
- [LinPEAS - Linux Privilege Escalation Awesome Script](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/linPEAS)
|
- [LinPEAS - Linux Privilege Escalation Awesome Script](https://github.com/carlospolop/PEASS-ng/tree/master/linPEAS)
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
wget "https://raw.githubusercontent.com/carlospolop/privilege-escalation-awesome-scripts-suite/master/linPEAS/linpeas.sh" -O linpeas.sh
|
wget "https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh" -O linpeas.sh
|
||||||
curl "https://raw.githubusercontent.com/carlospolop/privilege-escalation-awesome-scripts-suite/master/linPEAS/linpeas.sh" -o linpeas.sh
|
curl "https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh" -o linpeas.sh
|
||||||
./linpeas.sh -a #all checks - deeper system enumeration, but it takes longer to complete.
|
./linpeas.sh -a #all checks - deeper system enumeration, but it takes longer to complete.
|
||||||
./linpeas.sh -s #superfast & stealth - This will bypass some time consuming checks. In stealth mode Nothing will be written to the disk.
|
./linpeas.sh -s #superfast & stealth - This will bypass some time consuming checks. In stealth mode Nothing will be written to the disk.
|
||||||
./linpeas.sh -P #Password - Pass a password that will be used with sudo -l and bruteforcing other users
|
./linpeas.sh -P #Password - Pass a password that will be used with sudo -l and bruteforcing other users
|
||||||
|
Loading…
Reference in New Issue
Block a user