Merge branch 'master' of https://github.com/carlospolop/linpe
This commit is contained in:
commit
85d08cd74a
@ -8,7 +8,7 @@ Also valid for **Unix systems**
|
|||||||
[](https://asciinema.org/a/250532)
|
[](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**.
|
||||||
|
Loading…
Reference in New Issue
Block a user