From c394b887358eeca538b26128b72e2cf25fabe4cb Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Tue, 13 Jul 2021 11:55:41 +0200 Subject: [PATCH] update --- winPEAS/README.md | 2 +- winPEAS/winPEASexe/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/winPEAS/README.md b/winPEAS/README.md index 01fec28..5ec7b34 100755 --- a/winPEAS/README.md +++ b/winPEAS/README.md @@ -7,7 +7,7 @@ Check the **Local Windows Privilege Escalation checklist** from **[book.hacktric Check more **information about how to exploit** found misconfigurations in **[book.hacktricks.xyz](https://book.hacktricks.xyz/windows/windows-local-privilege-escalation)** ## WinPEAS .exe and .bat -- [Link to WinPEAS C# project (.exe)](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS/winPEASexe) (.Net >= 4.5 required) +- [Link to WinPEAS C# project (.exe)](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS/winPEASexe) (.Net >= 4.5.2 required) - [Link to WinPEAS .bat project](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS/winPEASbat) ## Let's improve PEASS together diff --git a/winPEAS/winPEASexe/README.md b/winPEAS/winPEASexe/README.md index 89ddd01..3464c9c 100755 --- a/winPEAS/winPEASexe/README.md +++ b/winPEAS/winPEASexe/README.md @@ -10,7 +10,7 @@ Check also the **Local Windows Privilege Escalation checklist** from **[book.hac ## Quick Start -**.Net >= 4.5 is required** +**.Net >= 4.5.2 is required** Precompiled binaries: - Download the **[latest obfuscated version from here](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS/winPEASexe/binaries/Obfuscated%20Releases)** or **compile it yourself** (read instructions for compilation).