My favorites | Sign in
Project Hosting will be READ-ONLY Thursday at 3:00pm UTC for up to 3 hours for network maintenance.
Project Home Downloads Wiki Issues Source
Search
for
BuildingTheExecutable  
Updated Mar 30, 2012 by pentestm...@gmail.com

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.

Install Dependencies

In order to run windows-privesc-check.exe, you don't need any dependencies installed. However, to build the .exe yourself, you'll need to following:

Other versions will work too - these are just an example of known working versions.

Build Executable

  • Unzip pyinstaller to c:\pyinstaller
  • cd c:\pyinstaller
  • python Configure.py
  • python Makespec.py --onefile c:\somepath\windows-privesc-check.py
  • python Build.py windows-privesc-check\windows-privesc-check.spec

This should create the following .exe for you: windows-privesc-check\dist\window-privesc-check.exe

Useful Links

These resources are incredibly useful:


Sign in to add a comment
Powered by Google Project Hosting