NOVATu Posted March 9, 2013 Report Posted March 9, 2013 Standalone Executable to check for simple privilege escalation vectors on Windows systemsWill 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 systempentestmonkeywindows-privesc-check | pentestmonkeysource codehttps://code.google.com/p/windows-privesc-check/source/browse/branches/wpc-2.0/windows_privesc_check.pyBuildingTheExecutable 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.https://code.google.com/p/windows-privesc-check/wiki/BuildingTheExecutable Quote