- added domain argument (to enable enumeration of domain users)

- only local users enumerated by default
- added permissions check for SAM backups
- fixed GetPermissionsFile - did not process files without an extension
- added Read / ReadData permission to PermInt2Str
- updated WinPEAS.exe README.md
This commit is contained in:
makikvues
2021-03-02 20:36:08 +01:00
parent d41684d66c
commit 94f9bb72ac
7 changed files with 43 additions and 21 deletions

View File

@@ -17,6 +17,7 @@ Download the **[latest obfuscated version from here](https://github.com/carlospo
winpeas.exe #run all checks (except for additional slower checks - LOLBAS and linpeas.sh in WSL) (noisy - CTFs)
winpeas.exe systeminfo userinfo #Only systeminfo and userinfo checks executed
winpeas.exe notcolor #Do not color the output
winpeas.exe domain #enumerate also domain information
winpeas.exe wait #wait for user input between tests
winpeas.exe debug #display additional debug information
winpeas.exe log #log output to out.txt instead of standard output