1REM Example variable exfiltration 2 3VAR $FOO = 1337 4EXFIL $FOO 5 6 7REM 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