Skip to content

WireTapper

Latest

Choose a tag to compare

@h9zdev h9zdev released this 30 Jan 21:36
· 8 commits to main since this release
660dae0

πŸ“‘ 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