Mirror of h9zdev/WireTapper — wireless OSINT: passive Wi-Fi/Bluetooth/CCTV/vehicle/device/tower mapping https://github.com/h9zdev/WireTapper
  • HTML 61.9%
  • Python 38.1%
Find a file
2026-04-25 13:02:07 +05:30
.github Update issue templates 2026-01-30 03:00:43 +05:30
images Add files via upload 2026-01-30 02:18:30 +05:30
templates Visualize leaked WiFi networks 2026-03-07 20:08:21 +02:00
.env Add API keys to .env file 2026-01-30 01:30:58 +05:30
app-env.py Implement wpa-sec query for leaked WiFi credentials 2026-03-07 20:05:57 +02:00
app.py Update API credentials to use placeholder values 2026-01-30 03:07:31 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2026-01-30 02:37:26 +05:30
CONTRIBUTING.md Add files via upload 2026-01-30 02:51:14 +05:30
LICENSE-NONCOMMERCIAL.md Add files via upload 2026-01-30 03:19:48 +05:30
PULL_REQUEST_TEMPLATE.md Add files via upload 2026-01-30 02:53:00 +05:30
README.md Update README.md 2026-04-25 13:02:07 +05:30
SECURITY.md Add files via upload 2026-01-30 03:02:44 +05:30
WireTapper.txt Update README.md, create WireTapper.txt, and support env vars 2026-01-27 15:39:36 +00:00

📡 WireTapper

WireTapper

Note

Wireless OSINT & Signal Intelligence Platform

WireTapper is a wireless OSINT tool designed to discover, map, and analyze radio-based devices using passive signal intelligence. It provides investigators, researchers, and security analysts with real-time visibility into the invisible wireless landscape around them.

WireTapper detects and correlates signals from common wireless technologies, helping users understand what devices exist, where they are likely located, and how they interact, without active intrusion.

WireTapper identifies leaked Wi-Fi network credentials based on privacy-protecting k-Anonymity query scheme.

🔗 Website: https://haybnz.web.app

🔗 Blog on WireTapper: Read on Medium

Support My Work

Note

🛰️ SocioSential — Social Media OSINT

GitHub

📡 EthiFi — WiFi Deauther (New Version)

GitHub


## 📶 Supported Signal Intelligence

WireTapper can identify and analyze signals from:

  • Wi-Fi access points & clients, Wi-Fi credentials leak
  • Bluetooth & BLE devices
  • Wireless CCTV / IP cameras
  • Vehicles broadcasting RF signals (infotainment, telemetry, keyless systems)
  • Headphones, wearables, and smart devices
  • Smart TVs & IoT appliances
  • Cell towers & mobile network beacons

🔑 API Services

WireTapper integrates with several external services to provide intelligence. You will need to obtain API keys from the following:

  • Wigle.net Wireless network mapping and discovery.
  • wpa-sec Distributed WPA-PSK auditor database.
  • OpenCellID Open-source database of cell towers.
  • Shodan Search engine for Internet-connected devices.
    • Note: A Premium account is required to use Shodan's API with this tool.

🚀 Installation

Follow these steps to get WireTapper up and running:

  1. Clone the repository:

    git clone https://github.com/h9zdev/WireTapper.git
    cd WireTapper
    
  2. Install dependencies: It is recommended to use a virtual environment.

    pip install -r WireTapper.txt
    
  3. Configure API Keys and Run:

    Choose one of the following methods to configure your API keys and run the application:

    Method 1: Modify app.py (Direct Configuration)

    Open app.py and manually enter your API keys by replacing the empty strings:

    WIGLE_API_NAME = "your_wigle_api_name"
    WIGLE_API_TOKEN = "your_wigle_api_token"
    OPENCELLID_API_KEY = "your_opencellid_api_key"
    SHODAN_API_KEY = "your_shodan_api_key"
    

    Then, start the server:

    python app.py
    

    Method 2: Use app-env.py (Environment Variables)

    This is the recommended approach for better security. You can export your keys in the terminal:

    export WIGLE_API_NAME="your_wigle_api_name"
    export WIGLE_API_TOKEN="your_wigle_api_token"
    export OPENCELLID_API_KEY="your_opencellid_api_key"
    export SHODAN_API_KEY="your_shodan_api_key"
    

    Alternatively, you can define these keys in a .env file. Then, start the server:

    python app-env.py
    

    The application will be available at http://localhost:8080/map-w.

📷 Screenshots

WireTapper Image 1
WireTapper Image 2
WireTapper Image 3
WireTapper Image 4
WireTapper Image 5

📜 License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License. See the LICENSE file for more details.

Unauthorized use is strictly prohibited.

📧 Contact: singularat@protn.me

Support

Donate via Monero: 45PU6txuLxtFFcVP95qT2xXdg7eZzPsqFfbtZp5HTjLbPquDAugBKNSh1bJ76qmAWNGMBCKk4R1UCYqXxYwYfP2wTggZNhq

👥 Contributors and Developers

haybnzz VaradScript

Star History

Star History Chart