UAC Bypass
A python library that is an exploit for UAC Bypass on Windows. It works on any version of Windows and can execute a pyload(exe) with admin access without confirmation.
Project: UAC Creator: Mohammad Taha Gorji
Installation
Users can install UAC Bypass using pip:
pip install UAC
Getting Started
Use
# Import UAC Bypass
from UACbypass import exploit_windows_uac_bypass
# Use
if __name__ == "__main__":
# Your Path! For Example payload = r"D:\Project\UACbypass\hack.exe"
payload = r"D:\Project\UACbypass\hack.exe"
if exploit_windows_uac_bypass(payload):
print("Bypass initiated. اگر لاگ آف کنید، payload اجرا میشود.")
else:
print("Bypass failed.")
License
This project is licensed under the MIT License.
By Mohammad Taha Gorji
Github: https://Github.com/mr-r0ot
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uac-1.0.2.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
uac-1.0.2-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file uac-1.0.2.tar.gz.
File metadata
- Download URL: uac-1.0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59930ab2664ee5dc662f99854de69b942f666ca4dc77c1263af46c8c9cd4327b
|
|
| MD5 |
d982092b5f002928cbca9f0a90c52daa
|
|
| BLAKE2b-256 |
bf593542e5871a0ab5b1bbe4f0f6884fdc13c21bd4585d88b714cb1c026d7829
|
File details
Details for the file uac-1.0.2-py3-none-any.whl.
File metadata
- Download URL: uac-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a53f0f082e8f2eed4ee1e0dc0ed6004108ef95286714c0a6e563bf087aaef891
|
|
| MD5 |
f56a7b931e486d5f41d6b86b5c5236e5
|
|
| BLAKE2b-256 |
eb4385b5d22154fc80aa8b2b33fcab4cc75c0ec7190d0993b1a6ad38b1c9e8e6
|