Signal Owl
  • Signal Owl by Hak5
  • Getting Started
    • First Time Setup
    • Signal Owl Basics
    • Default Settings
    • USB Flash Disk Support
    • LED Status Indications
    • Adding Payloads and Payload Extensions
  • Internet Connectivity
    • Getting the Signal Owl Online
  • Software Updates
    • Upgrading Firmware
  • Payload Development
    • Payload Development Basics
    • The LED Command
    • The C2DISCONNECT Command
    • The C2EXFIL Command
    • The C2CONNECT Command
    • Included Tools
    • Extensions
  • Troubleshooting
    • Troubleshooting FAQ
Powered by GitBook
On this page
  • C2EXFIL USAGE EXAMPLES:
  • EXAMPLE USAGE:

Was this helpful?

  1. Payload Development

The C2EXFIL Command

To exfiltrate arbitrary files from the device to Cloud C2 there is a convenient C2EXFIL tool.

C2EXFIL USAGE EXAMPLES:

C2EXFIL (optional)"STRING" (required)<PATH> (optional) <PAYLOAD SOURCE>

1 REQUIRED ARGUMENT

  • file path

2 OPTIONAL ARGUMENTS

  • (always first arg if given) STRIING flag - tells Cloud C2 this file contains text and allow viewing in Cloud C2 web interface.

  • (always last arg if given) <Payload Source> - name of the payload this file came from.

EXAMPLE USAGE:

C2EXFIL STRING /tmp/somefile.txt PayloadXYZ

  • STRING - send a file containing text

  • /tmp/somefile.txt - filepath

  • PayloadXYZ

C2EXFIL STRING /tmp/somefile.txt

  • STRING - send a file containing text

  • /tmp/somefile.txt - filepath

  • (Undefined Payload Source)

C2EXFIL /tmp/somefile.txt

  • /tmp/somefile.txt - filepath

C2EXFIL /tmp/somefile.txt PayloadXYZ

  • /tmp/somefile.txt - filepath

  • PayloadXYZ

Last updated 3 years ago

Was this helpful?