Fixed winPEAS download string

The download string is case-sensitive, and 404s when using the wrong link.
This commit is contained in:
George Hughey 2023-07-19 22:41:52 -07:00 committed by GitHub
parent a0f612b582
commit 0110524fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)**. Download the **[latest releas from here](https://github.com/carlospolop/PEASS-ng/releases/latest)**.
```bash ```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 ## Advisory