WinSystemShell
Description
A local privilege escalation utility that allows elevating from an administrator context to the SYSTEM account on Windows to perform high-privilege operations.
Requirements
This package require:
- python3
- python3 Standard Library
Installation
Pip
python3 -m pip install WinSystemShell
Git
git clone "https://github.com/mauricelambert/WinSystemShell.git"
cd "WinSystemShell"
python3 -m pip install .
Wget
wget https://github.com/mauricelambert/WinSystemShell/archive/refs/heads/main.zip
unzip main.zip
cd WinSystemShell-main
python3 -m pip install .
cURL
curl -O https://github.com/mauricelambert/WinSystemShell/archive/refs/heads/main.zip
unzip main.zip
cd WinSystemShell-main
python3 -m pip install .
Usages
Command line
WinSystemShell # Using CLI package executable
python3 -m WinSystemShell # Using python module
python3 WinSystemShell.pyz # Using python executable
WinSystemShell.exe # Using python Windows executable
python WinSystemShell.py --executable C:\Windows\System32\cmd.exe --schtasks "SystemRunOnce.exe" --server-path C:\temp\server.py --pipein shellpipein --pipeout shellpipeout
Python script
from WinSystemShell import *
PipeClient(executable=r"C:\Windows\System32\cmd.exe", schtasks="SystemRunOnce.exe", server_path=r"C:\temp\server.py", pipein="shellpipein", pipeout="shellpipeout").run()
Links
- Pypi
- Github
- Documentation
- Python executable
- Python Windows executable
- Server Documentation
- Server Python executable
- Server Python Windows executable
License
Licensed under the GPL, version 3.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
winsystemshell-0.0.2.tar.gz
(21.1 kB
view details)
File details
Details for the file winsystemshell-0.0.2.tar.gz.
File metadata
- Download URL: winsystemshell-0.0.2.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd21054ddfa77ee24ba3f269bc7b03725472feba64c7e13b201f12fe48a32492
|
|
| MD5 |
f135d418d5aa0c5e3e2653745943b235
|
|
| BLAKE2b-256 |
5f6388aea4fd6ee92fac5b28260a9ded2f733df8a76d58db7368615d3c74ccac
|