CVE-2021-1675
Pure PowerShell implementation of CVE-2021-1675 Print Spooler Local Privilege Escalation (PrintNightmare)
File Explorer
Download Latest Version (.zip)- dllmain.cpp
- framework.h
- nightmare.vcxproj
- nightmare.vcxproj.filters
- nightmare.vcxproj.user
- pch.cpp
- pch.h
- nightmare.sln
- CVE-2021-1675.ps1
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/calebstewart/CVE-2021-1675
Downloads the entire project code from GitHub to your computer.
cd CVE-2021-1675
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd nightmare-dll
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
