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.
π Website: https://haybnz.web.app?utm_source=github.com π Blog on WireTapper: https://haybnz.web.app/
WireTapper can identify and analyze signals from:
- Wi-Fi access points & clients
- 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
Follow these steps to get WireTapper up and running:
-
Clone the repository:
git clone https://github.com/h9zdev/WireTapper.git cd WireTapper -
Install dependencies: It is recommended to use a virtual environment.
pip install -r WireTapper.txt
-
Configure API Keys: For security, it is recommended to use environment variables. You can set them in your terminal or use a
.envfile: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 edit the hardcoded values in
app.py(not recommended for production). -
Run the application:
python app.py
The application will be available at
http://localhost:8080.
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
Donate via Monero: 45PU6txuLxtFFcVP95qT2xXdg7eZzPsqFfbtZp5HTjLbPquDAugBKNSh1bJ76qmAWNGMBCKk4R1UCYqXxYwYfP2wTggZNhq




