Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/examples/Payload Control/Payload-Control-example3.txt
2968 views
1
REM Example RESET
2
3
ATTACKMODE HID STORAGE
4
DELAY 2000
5
6
INJECT_MOD
7
HOLD SHIFT
8
HOLD a
9
DELAY 700
10
RELEASE a
11
RESET
12
13
DELAY 1000
14
STRING nd reset
15
16
17
REM On a Windows or Linux target, the payload may result in AAAAAAAAAAAAnd reset
18
REM Notice that a RELEASE SHIFT command was omitted, and yet the nd reset string is lowercase. This is because the RESET command released all keys.
19