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

Was this helpful?

  1. Internet Connectivity

Getting the Signal Owl Online

Using the WIFI_CONNECT extension, the Signal Owl can be provided Internet access from a nearby WPA access point. See the below example payload:

# WiFi Client Setup
WIFI_SSID="network-name"
WIFI_PASS="passphrase"
LED SETUP
WIFI_CONNECT
# Optionally enable SSH
# /etc/init.d/sshd start
LED ATTACK

Last updated 3 years ago

Was this helpful?