Update README.md
This commit is contained in:
parent
7d84d1e706
commit
46852732d5
@ -51,7 +51,7 @@ $wp.EntryPoint #Get the name of the ReflectedType, in obfuscated versions someti
|
|||||||
[<ReflectedType_from_before>]::Main("") #Used the ReflectedType name to execute winpeas
|
[<ReflectedType_from_before>]::Main("") #Used the ReflectedType name to execute winpeas
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters Examples
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
winpeas.exe #run all checks (except for additional slower checks - LOLBAS and linpeas.sh in WSL) (noisy - CTFs)
|
winpeas.exe #run all checks (except for additional slower checks - LOLBAS and linpeas.sh in WSL) (noisy - CTFs)
|
||||||
@ -64,6 +64,30 @@ winpeas.exe -linpeas=http://127.0.0.1/linpeas.sh #Execute also additional linpea
|
|||||||
winpeas.exe -lolbas #Execute also additional LOLBAS search check
|
winpeas.exe -lolbas #Execute also additional LOLBAS search check
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Help
|
||||||
|
```
|
||||||
|
quiet Do not print banner
|
||||||
|
notcolor Don't use ansi colors (all white)
|
||||||
|
systeminfo Search system information
|
||||||
|
userinfo Search user information
|
||||||
|
processinfo Search processes information
|
||||||
|
servicesinfo Search services information
|
||||||
|
applicationsinfo Search installed applications information
|
||||||
|
networkinfo Search network information
|
||||||
|
windowscreds Search windows credentials
|
||||||
|
browserinfo Search browser information
|
||||||
|
filesinfo Search files that can contains credentials
|
||||||
|
eventsinfo Display interesting events information
|
||||||
|
wait Wait for user input between checks
|
||||||
|
debug Display debugging information - memory usage, method execution time
|
||||||
|
log Log all output to file "out.txt"
|
||||||
|
|
||||||
|
Additional checks (slower):
|
||||||
|
-lolbas Run additional LOLBAS check
|
||||||
|
-linpeas=[url] Run additional linpeas.sh check for default WSL distribution, optionally provide custom linpeas.sh URL
|
||||||
|
(default: https://raw.githubusercontent.com/carlospolop/privilege-escalation-awesome-scripts-suite/master/linPEAS/linpeas.sh)
|
||||||
|
```
|
||||||
|
|
||||||
## Basic information
|
## Basic information
|
||||||
|
|
||||||
The goal of this project is to search for possible **Privilege Escalation Paths** in Windows environments.
|
The goal of this project is to search for possible **Privilege Escalation Paths** in Windows environments.
|
||||||
|
Loading…
Reference in New Issue
Block a user