A Windows privilege escalation utility that demonstrates token manipulation techniques.
- Process token manipulation
- Session-based process identification
- Privilege elevation
- Command prompt spawning with elevated privileges
- Windows operating system
- Administrator privileges for full functionality
- Visual Studio or compatible C++ compiler
# Using Visual Studio
msbuild Privilege-Escalation.sln
# Using g++
g++ main.cpp -o privilege-escalation.exe
privilege-escalation.exe [options]
Options:
--help Show this help message
--session Specify target session ID (default: 0)
--process Specify target process name
This tool is for educational purposes only. Use responsibly and only on systems you own or have explicit permission to test.
MIT License