Rayhunter is EFF's open-source tool that turns a compatible mobile hotspot into an IMSI catcher (stingray) detector. This guide walks you through flashing it on your computer.
- Orbic Speed RC400L — ~$15–30 on eBay/Amazon. Kajeet RC400L also works.
- TP-Link M7350 — widely available in Europe/Asia. Multiple hardware versions supported.
- USB-C cable — for the USB method only. Must support data transfer.
- A SIM card — does not need an active plan.
- FAT-formatted SD card — required for TP-Link. Used to store all Rayhunter recordings.
- A computer — with a terminal available.
- WiFi access — for the recommended WiFi install method.
Unbox your Orbic RC400L. Insert your SIM card (under the battery). Pop the battery back in and snap the cover on.
Charge fully, then hold the power button until it boots.
Insert your SIM card and a FAT-formatted SD card into the TP-Link M7350. The SD card is required — Rayhunter stores all recordings on it.
Power on the device and let it boot. Connect to its WiFi network.
Select a release below. Releases are automatically filtered for your platform. The latest stable version is pre-selected.
- Downloaded the platform archive.
- Extracted and confirmed
installeris present.
Choose your connection method. WiFi is recommended — simpler, no driver setup.
Connect your computer to the device's WiFi, then verify by browsing to:
You should see the device's admin page.
Plug a USB-C cable from the device to your computer. The installer uses ADB over USB.
installer orbic-usb.If you have driver issues, install the Zadig WinUSB driver from zadig.akeo.ie.
Ensure ADB is installed: sudo apt-get install android-sdk-platform-tools. You may need udev rules.
Navigate to the extracted Rayhunter folder containing installer.
Open PowerShell in that folder:
- Hold Shift + right-click inside the folder → "Open PowerShell window here"
cd "$HOME\Downloads\rayhunter-vX.X.X-windows-x86_64"Open Terminal.app and cd to the folder:
xattr -d com.apple.quarantine installerOpen a terminal and cd to the folder:
Make the installer executable:
In your terminal, run:
Replace YOUR_WIFI_PASSWORD with the Orbic's WiFi/admin password.
./installer orbic --admin-password 'pass' --admin-username 'user' --admin-ip '192.168.1.1'The TP-Link installer does not require an admin password.
USB method provides ADB access and a root shell. No password needed, but requires USB drivers.
The TP-Link uses the same command for both WiFi and USB connections.
After the installer finishes, look for a green line on the device's display — Rayhunter is running!
On TP-Link models with a black-and-white display, Rayhunter shows emoji indicators instead: recording / warning / paused.
Connect to the device's WiFi and open:
- Green line (or emoji indicator) visible on device.
- Web UI loads at
http://192.168.1.1:8080.
http://192.168.1.1) first. For USB, try a different cable/port.installer.exe → Properties → check "Unblock" → Apply. Or run: Unblock-File .\installer.exexattr -d com.apple.quarantine installer first. If "No Orbic device found," set System Settings → Privacy & Security → Allow accessories → "Always" temporarily.chmod +x installer. Install ADB: sudo apt-get install android-sdk-platform-tools. May need udev rules for USB.