Metadata-Version: 2.0
Name: WinPET
Version: 1.0.1
Summary: Windows Privilege Escalation Tester.
Home-page: https://github.com/hadi16/winpet
Author: Alex Hadi
Author-email: UNKNOWN
License: Apache-2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Security
Requires-Python: ==2.7.*
Requires-Dist: click
Requires-Dist: pywin32

WinPET is a privilege escalation command line tester built on Python 2.7.
WinPET uses Click for command line functionality.
WinPET allows the user to determine whether a given Windows service is vulnerable to privilege escalation.
WinPET checks the Windows registry key for the given service and checks to see if the ImagePath is quoted.
The permissions to the path are then checked by piping the ICACLS command and retrieving the output.
Finally, the permissions for the registry key and service are checked.


