Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/examples/Button/Button-example3.txt
2968 views
1
LED_R
2
REM First Stage Payload Code...
3
REM Wait for operator to assess target
4
REM before executing second stage.
5
WAIT_FOR_BUTTON_PRESS
6
LED_G
7
REM Second Stage Payload Code...
8
9
REM The operator is instructed to press the button as soon as the target is ready for the next stage.
10
REM The LED command is used to indicate to the operator that the payload is waiting for a button press.
11