From 0110524fe09da6cb18c56a5dd8c3c8bf526681b9 Mon Sep 17 00:00:00 2001 From: George Hughey Date: Wed, 19 Jul 2023 22:41:52 -0700 Subject: [PATCH] Fixed winPEAS download string The download string is case-sensitive, and 404s when using the wrong link. --- winPEAS/winPEASps1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winPEAS/winPEASps1/README.md b/winPEAS/winPEASps1/README.md index d403952..38df01a 100755 --- a/winPEAS/winPEASps1/README.md +++ b/winPEAS/winPEASps1/README.md @@ -15,7 +15,7 @@ The official **maintainer of this script is [RandolphConley](https://github.com/ Download the **[latest releas from here](https://github.com/carlospolop/PEASS-ng/releases/latest)**. ```bash -powershell "IEX(New-Object Net.WebClient).downloadString('https://raw.githubusercontent.com/carlospolop/PEASS-ng/master/winPEAS/winPEASps1/WinPeas.ps1')" +powershell "IEX(New-Object Net.WebClient).downloadString('https://raw.githubusercontent.com/carlospolop/PEASS-ng/master/winPEAS/winPEASps1/winPEAS.ps1')" ``` ## Advisory