WinPwnage
WinPwnage copied to clipboard
add pyproject.toml
Overview
- Added pyproject.toml
- Renamed main.py to main.py
Scope of impact
Existing commands using main.py will no longer be available
Why
Allows pip to manage dependencies.
Usage
pip install git+https://github.com/rootm0s/WinPwnage.gitpython -m winpwnage --scan uacorwinpwnage --scan uac
From my repository:
pip install git+https://github.com/fa0311/WinPwnage-Patched.gitpython -m winpwnage --scan uacorwinpwnage --scan uac
or requirements.txt:
winpwnage @ git+https://github.com/fa0311/WinPwnage-Patched.git@e9c7de88870990c25f819c6d1594335c28bb5bac
Issue
- Some entries in pyproject are insufficient
-
- Please specify version correctly
-
- Authors must be emailed
-
- Please specify license correctly #85
- README.md command needs to be changed
Signed-off-by: ふぁ [email protected]
I thought about using pyinstaller to automatically build the files, but I thought it would be more appropriate to distribute the built files in releases, etc.