πŸ” Track Planes, Find Hidden Trackers, Decode Spy Stations β€” One App

:satellite_antenna: The $30 Setup That Does What $2,000 Security Firms Charge For

Track planes, decode pager messages, scan WiFi, detect Bluetooth trackers, receive satellite images β€” all from a $25 USB stick.

Every second, thousands of invisible radio signals pass through your body. Aircraft broadcasting their position. Ships sending distress calls. Weather stations reporting temperature. Pagers carrying messages. Bluetooth trackers following people. Your neighbor’s smart doorbell talking to the cloud.

iNTERCEPT is a free, open-source platform that lets you see all of it. Think of it as a dashboard for the invisible world β€” plug in a $25 USB radio dongle, open a browser, and suddenly you can hear what the airwaves are saying. No radio license needed. No hacking. These signals are being broadcast openly β€” this tool just lets you listen.



🧩 How It Actually Works β€” Dumb-Proof Version

The concept in one sentence: Your computer + a cheap USB radio receiver = you can pick up and decode radio signals that are flying through the air right now.

Step by step:

  1. You buy an RTL-SDR dongle (~$25-35 on Amazon). It’s a tiny USB stick that turns your computer into a radio receiver. Looks like a flash drive, works like a scanner that hears everything from 24 MHz to 1.7 GHz.

  2. You install iNTERCEPT β€” it’s the brain that makes sense of all the signals. Without it, you’d need to install and configure 15+ different command-line tools manually. iNTERCEPT bundles them all into one slick web interface.

  3. You open a browser at localhost:5050 and pick a mode β€” aircraft tracking, pager decoding, WiFi scanning, whatever interests you.

  4. iNTERCEPT does the hard work β€” it tunes the radio, captures the signal, decodes the data, and shows it on a real-time dashboard with maps, tables, and live feeds.

That’s it. No command line wizardry. No radio engineering degree. Plug in the stick, run the software, pick a mode, watch the invisible become visible.

πŸ”₯ What You Can Actually Do With This β€” 13 Modes
Mode What It Does Why It’s Cool
:airplane: Aircraft Tracks every plane within ~250 miles on a real-time map Watch commercial flights, private jets, and military aircraft live β€” same data FlightRadar24 sells
:ship: Vessels Tracks ships via AIS signals + VHF distress monitoring See cargo ships, fishing boats, yachts β€” and hear real maritime distress calls
:pager: Pager Decodes POCSAG/FLEX pager messages in real-time Hospitals, fire departments, and businesses still use pagers β€” you can read the messages live
:satellite_antenna: 433MHz Picks up wireless sensors β€” weather stations, tire pressure, doorbells, IoT devices See your neighbor’s outdoor thermometer readings. Decode 200+ device protocols
:satellite: Satellite Downloads weather images directly from NOAA/Meteor satellites Receive actual satellite photos of Earth as they pass overhead β€” no internet needed
:radio: Scanner Wideband frequency scanner with real-time audio Scan for active radio transmissions β€” emergency services, ham radio, business radio
:bar_chart: Meters Reads wireless utility meters See smart meter transmissions broadcasting power/water usage
:detective: Spy Stations Database of number stations and diplomatic HF frequencies Listen to the mysterious shortwave stations that broadcast coded messages to spies β€” yes, they still exist
:satellite_antenna: APRS Amateur radio position tracking Track ham radio operators in real-time on a map
:link: Meshtastic LoRa mesh network monitoring See off-grid Meshtastic mesh network messages
:antenna_bars: WiFi Network reconnaissance and drone detection Scan for WiFi networks, detect rogue access points, spot drones by their WiFi signatures
:blue_circle: Bluetooth Device discovery and tracker detection Find hidden AirTags, Tiles, and other Bluetooth trackers near you
:magnifying_glass_tilted_left: TSCM Counter-surveillance sweep Detect hidden listening devices, GPS trackers, and wireless bugs β€” with MAC-randomization resistant detection
πŸ’° Real Use Cases β€” Fun, Useful, and Profitable

For the curious:

  • Watch every plane flying over your city in real-time on a map β€” better than FlightRadar24 because it’s YOUR data, not someone else’s feed
  • Download weather satellite images directly from space β€” no internet required, the satellite beams images directly to your dongle
  • Listen to number stations broadcasting coded spy messages on shortwave β€” Cold War-era espionage tech that never stopped
  • Read live pager messages from hospitals and fire departments in your area (unencrypted, broadcast openly)

For security-conscious people:

  • Sweep your home/office for hidden bugs β€” TSCM mode detects wireless listening devices, hidden cameras, and GPS trackers
  • Find hidden AirTags/Tiles in your bag, car, or on your person β€” Bluetooth scanning catches them
  • Detect rogue WiFi access points β€” someone setting up a fake β€œFree WiFi” hotspot at your coffee shop? You’ll see it
  • Spot surveillance drones β€” drones emit WiFi signals that iNTERCEPT can detect and identify

For professionals / money-making potential:

  • TSCM bug sweeping β€” Private investigators and corporate security firms charge $500-2,000/session for the exact same thing this tool does for free
  • Maritime monitoring β€” Shipping companies and port authorities track vessels with AIS. You can build a monitoring station for $35
  • IoT security auditing β€” Test whether smart devices in homes/offices are leaking data over 433MHz. Charge clients for vulnerability assessments
  • RF security consulting β€” Companies pay for wireless security audits. iNTERCEPT covers WiFi, Bluetooth, and RF in one tool
βš™οΈ What You Need β€” Hardware & Setup
Item Cost Required? What It Does
RTL-SDR Blog V4 dongle ~$30 :white_check_mark: Yes The core radio receiver β€” plugs into USB, hears 24 MHz to 1.7 GHz
WiFi adapter (monitor mode) ~$20-40 Optional Needed only for WiFi scanning/drone detection
GPS dongle ~$10 Optional Adds real-time location to maps
HackRF / LimeSDR / Airspy $100-300 Optional More advanced SDR hardware for wider frequency range

Software setup (Linux β€” Debian/Ubuntu):

git clone https://github.com/smittix/intercept.git
cd intercept
./setup.sh
sudo -E venv/bin/python intercept.py

Open http://localhost:5050 in your browser. Default login: admin / admin.

Docker option:

git clone https://github.com/smittix/intercept.git
cd intercept
docker compose up -d

:high_voltage: Pro tip: Works on a Raspberry Pi. Buy a $35 Pi + $30 RTL-SDR = permanent signal monitoring station for $65 total.

🌐 Advanced β€” Distributed Sensor Network

This is where it gets serious. iNTERCEPT supports distributed agents β€” deploy multiple Raspberry Pi + SDR nodes across different locations and aggregate all data to one central dashboard.

Think of it as building your own private surveillance network:

  • Node 1: Rooftop antenna tracking aircraft
  • Node 2: Office scanning for hidden bugs
  • Node 3: Port monitoring ship traffic

All feeding into one controller. Full offline support too β€” works without internet using local map tiles.


:high_voltage: Quick Hits

Want Do
:airplane: Track planes β†’ Aircraft mode + RTL-SDR dongle
:magnifying_glass_tilted_left: Find hidden trackers β†’ TSCM + Bluetooth modes
:satellite: Get satellite images β†’ Satellite mode, wait for NOAA pass
:pager: Read pager messages β†’ Pager mode, tune to 152-155 MHz

:link: GitHub: https://github.com/smittix/intercept
:globe_with_meridians: Website: https://smittix.github.io/intercept/


$25 dongle. Free software. See the invisible.

7 Likes