Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/examples/Exfiltration/Exfiltration-example4.txt
2968 views
1
REM Example variable exfiltration
2
3
VAR $FOO = 1337
4
EXFIL $FOO
5
6
7
REM The binary contents of the variable $FOO will be written (appended) to the loot.bin file on the root of the USB Rubber Ducky MicroSD card.
8
9
10