Update README.md

This commit is contained in:
Carlos Polop 2020-01-18 00:09:00 +00:00 committed by GitHub
parent 6af00e2b2c
commit c645ea8899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,10 @@ It should take only a **few seconds** to execute almost all the checks and **som
By default, the progam **sleeps 150ms** before start searching files in each directory. This is made to consume less resources (**stealthier**). You can **avoid this sleep using `searchfast` parameter**.
The **ouput will be colored** using **ansi** colors. If you are executing `winpeas.exe` **from a Windows console**, you need to set a registry value to see the colors:
`
```
REG ADD HKCU\Console /v VirtualTerminalLevel /t REG_DWORD /d 1
`
```
Below you have some indications about what does each color means exacty, but keep in mind that **Red** is for something interesting (from a pentester perspective) and **Green** is something well configured (from a defender perspective).
The tool is based in **[SeatBelt](https://github.com/GhostPack/Seatbelt)**.