A local privilege escalation utility that allows elevating from an administrator context to the SYSTEM account on Windows to perform high-privilege operations.
Project description
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.
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(21.0 kB
view details)
File details
Details for the file winsystemshell-0.0.1.tar.gz.
File metadata
- Download URL: winsystemshell-0.0.1.tar.gz
- Upload date:
- Size: 21.0 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 |
bf8dc54b3e85068d1f5a2d55d3b0dcb32704266bff943958140323cae2ee6dd7
|
|
| MD5 |
9475a35e3ed3c395dd3aa3de4e2c4f0d
|
|
| BLAKE2b-256 |
4ada2d88d5305a93198270c8dd8e8f3d023b0c22b6238952f40a9e2091d62460
|