Standalone Executable to check for simple privilege escalation vectors on Windows systems Will the program elevate privileges for me? No. It gives you a report describing any potential vulnerabilities it finds, but doesn’t have any autopwn features. This is mostly to reduce the risk of my code accidentally breaking your client’s system pentestmonkey source code BuildingTheExecutable The source code for windows-privesc-check is Python. This page describes how to create a Windows executable (.exe file) using pyinstaller. The process below was tested on Windows XP.