1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-02-24 23:15:25 +01:00
PEASS-ng/winPEAS/README.md

16 lines
1.2 KiB
Markdown
Raw Normal View History

2019-11-04 01:20:11 +00:00
# Windows Privilege Escalation Awesome Scripts
2019-11-04 01:38:24 +01:00
2019-11-04 10:07:15 +00:00
![](https://github.com/carlospolop/privilege-escalation-awesome-script-suite/raw/master/winPEAS/winPEASexe/images/winpeas.png)
2019-11-04 00:41:36 +00:00
Check the **Local Windows Privilege Escalation checklist** from **[book.hacktricks.xyz](https://book.hacktricks.xyz/windows/checklist-windows-privilege-escalation)**
2019-11-04 01:38:24 +01:00
2019-11-04 00:41:36 +00:00
Check more **information about how to exploit** found misconfigurations in **[book.hacktricks.xyz](https://book.hacktricks.xyz/windows/windows-local-privilege-escalation)**
2019-11-04 01:38:24 +01:00
## WinPEAS .exe and .bat
2019-11-04 00:41:36 +00:00
- [Link to WinPEAS C# project (.exe)](https://github.com/carlospolop/privilege-escalation-awesome-script-suite/tree/master/winPEAS/winPEASexe)
2019-11-04 00:42:06 +00:00
- [Link to WinPEAS .bat project](https://github.com/carlospolop/privilege-escalation-awesome-script-suite/tree/master/winPEAS/winPEASbat) Notice that WinPEAS.bat is a batch script made for Windows systems which don't support WinPEAS.exe (Net.4 required)
2019-11-04 01:38:24 +01:00
## Do not fork it!!
2019-11-04 00:51:33 +00:00
If you want to **add something** and have **any cool idea** related to this project, please let me know it using the [github issues](https://github.com/carlospolop/privilege-escalation-awesome-script-suite/issues) and we will update the master version.