Skip to content

Releases: VaradScript/WireTapper

WireTapper

31 Jan 06:35
660dae0

Choose a tag to compare

📡 WireTapper — Release Notes (Windows)

🔍 Overview

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 otherwise invisible wireless landscape around them.

WireTapper detects and correlates signals from common wireless technologies to help users understand:

  • 📡 What devices are present
  • 📍 Where they are likely located
  • 🔗 How they interact

All without active probing, interference, or intrusion.


✨ Key Capabilities

  • 🛰️ Passive discovery of radio and wireless-emitting devices
  • 🧠 Correlation and contextual analysis of detected signals
  • ⚡ Real-time situational awareness
  • 🛑 No active transmission or device interaction
  • 🖥️ Standalone Windows executable with visible console output

🪟 Windows Release Notes

  • ✅ Built as a single-file Windows EXE
  • ✅ Console window enabled for runtime logs and debugging
  • ✅ Templates bundled internally for portable execution
  • 🔧 Optimized for research, field analysis, and lab environments

🚫 Important Security Notice (Read Carefully)

DO NOT hardcode or commit API keys or environment variables into the source code or repository.

The following values are examples only and must be provided securely by the user at runtime or via environment configuration:

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"

## What's Changed
* Update README and Requirements for WireTapper by @h9zdev in https://github.com/h9zdev/WireTapper/pull/1
* Update README installation instructions for API key configuration by @h9zdev in https://github.com/h9zdev/WireTapper/pull/2

## New Contributors
* @h9zdev made their first contribution in https://github.com/h9zdev/WireTapper/pull/1

**Full Changelog**: https://github.com/h9zdev/WireTapper/commits/WireTapper