From f8acef5125ffd5e38480b61c64061d742baa890e Mon Sep 17 00:00:00 2001 From: Yechiel <41305372+yechielw@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:59:06 +0300 Subject: [PATCH] Fixed script 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..f370383 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/yechielw/PEASS-ng/master/winPEAS/winPEASps1/winPEAS.ps1')" ``` ## Advisory