Coder Social home page Coder Social logo

imsi-catcher's Introduction

Passive IMSI-catcher for Raspberry Pi with HackRF

This program shows you IMSI numbers, country, brand and operator of cellphones around you.

/!\ This program was only made to understand how GSM networks work and will NOT transmitt nor disrupt GSM traffic /!\

What you need

1 Raspberry Pi

1 HackRF

Setup

Headless Raspberry Pi

ssh into your Raspberry Pi and:

Install gr-gsm from here: https://osmocom.org/projects/gr-gsm/wiki/Installation

then

git clone https://github.com/hbsagen/IMSI-catcher.git

then

sudo apt install python3-numpy python3-scipy python3-scapy

then

Run

For headless Raspberry Pi with HackRF

Open 2 terminals and ssh into your Raspberry Pi:

In terminal 1:

cd IMSI-catcher

sudo python3 simple_IMSI-catcher.py

In terminal 2:

cd IMSI-catcher

python grgsm_livemon_headless.py -f 945.4M -s 8000000

#Recieving amp is enabled by default in this version, be aware.

You can now watch the output in terminal 1, and raw data (mostly 2b) in terminal 2. Change frequency as desired.

Find frequencies

ssh into your Raspberry Pi and:

sudo apt-get install automake autoconf libhackrf-dev
git clone https://github.com/scateu/kalibrate-hackrf
cd kalibrate-hackrf/
./bootstrap
./configure
make
sudo make install

Run

kal -s GSM900

kal: Scanning for GSM-900 base stations.
GSM-900:
chan: 14 (937.8MHz + 10.449kHz) power: 3327428.82
chan: 15 (938.0MHz + 4.662kHz) power: 3190712.41


Links

Setup of Gr-Gsm : https://github.com/ptrkrysik/gr-gsm/wiki/Installation
Frequency : http://www.worldtimezone.com/gsm.html and https://fr.wikipedia.org/wiki/Global_System_for_Mobile_Communications
Mobile Network Code : https://en.wikipedia.org/wiki/Mobile_Network_Code
Scapy : http://secdev.org/projects/scapy/doc/usage.html
IMSI : https://fr.wikipedia.org/wiki/IMSI
Realtek RTL2832U : https://osmocom.org/projects/sdr/wiki/rtl-sdr and http://doc.ubuntu-fr.org/rtl2832u and http://doc.ubuntu-fr.org/rtl-sdr

imsi-catcher's People

Contributors

0mazahacka0 avatar anderstogern avatar dspinellis avatar hbsagen avatar oros42 avatar petterreinholdtsen avatar puyoulu avatar thefinn93 avatar

Forkers

cyclopsprotel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.