oros42/imsi-catcher

This program show you IMSI numbers of cellphones around you.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 28 minutes ago
Added to GitGenius on September 15th, 2026
Created on June 3rd, 2015
Open Issues & Pull Requests: 25 (+0)
GitHub issues: Enabled
Number of forks: 915
Total Stargazers: 4,565 (+0)
Total Subscribers: 221 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.5 hours
Mean response time: 74.2 days
90th percentile: 465.7 days
Tracked items: 7

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 2,514 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • gnuradio (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

IMSI-catcher is a Python tool that captures and displays IMSI numbers, country codes, carrier brands, and operator information from mobile phones in the surrounding area using software-defined radio.

The tool works by decoding GSM signals received through an SDR device. It uses gr-gsm to decode GSM network traffic and a Python script to extract and display IMSI numbers from the decoded packets. The approach requires two terminal sessions running in parallel: one for the gr-gsm signal decoder and another for the IMSI extraction script. Users must identify the correct GSM frequency for their region before starting the capture process.

This tool is intended for educational purposes to understand how GSM networks operate. It requires a Linux system and an SDR receiver, with support for inexpensive USB DVB-T keys, OsmocomBB phones, HackRF, and BladeRF devices. The setup involves installing gr-gsm and its dependencies, with the README noting that Python 3.9 should be avoided due to a ctypes bug. The tool can optionally log captured data to a MySQL database and integrates with Wireshark for packet inspection. Users need to determine appropriate GSM frequencies for their location using provided frequency references or tools like kalibrate-hackrf.

The project maintains active documentation with setup instructions for multiple Linux distributions and SDR hardware options. The README includes detailed usage examples, frequency lookup guidance, and database integration instructions. The project provides Docker-based alternatives for gr-gsm installation and includes references to external resources for GSM frequency bands and mobile network codes.