This commit is contained in:
carlospolop 2019-09-05 00:06:28 +02:00
commit 85d08cd74a

View File

@ -8,7 +8,7 @@ Also valid for **Unix systems**
[![asciicast](https://asciinema.org/a/250532.png)](https://asciinema.org/a/250532) [![asciicast](https://asciinema.org/a/250532.png)](https://asciinema.org/a/250532)
**Quick Start** ## Quick Start
```bash ```bash
#From github #From github
curl https://raw.githubusercontent.com/carlospolop/linux-privilege-escalation-awsome-script/master/linpeas.sh | sh curl https://raw.githubusercontent.com/carlospolop/linux-privilege-escalation-awsome-script/master/linpeas.sh | sh
@ -41,6 +41,9 @@ This script has **several lists** included inside of it to be able to **color th
LinPEAS also **exports a new PATH** variable if common folders aren't present in the original PATH variable. It also **exports** `export HISTSIZE=0` so no command executed during the session will be saved in the history file. LinPEAS also **exports a new PATH** variable if common folders aren't present in the original PATH variable. It also **exports** `export HISTSIZE=0` so no command executed during the session will be saved in the history file.
You can see the [checks performed by linPEAS here](https://github.com/carlospolop/linux-privilege-escalation-awsome-script/tree/master/checks)
## Colors ## Colors
LinPEAS uses colors to indicate where does each section begin. But **it also uses them the identify potencial misconfigurations**. LinPEAS uses colors to indicate where does each section begin. But **it also uses them the identify potencial misconfigurations**.