Skip to content

ElectronicCats/imsi-catcher

 
 

Repository files navigation

IMSI catcher

This program was made for research purpose and demonstrate how IMSI catcher work. Not for bad hacking!

image

This project setup a fake base station modified from SRSRAN and tries to attract cell phones to connect to the fake base station and extract the International Mobile Subscriber Identity.

What you need?

  • PC with linux installed (tested with ubuntu 22.04)
  • 1 SDR (tested with B210)

How to build?

sudo apt install build-essential cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev
mkdir build
cmake -B build
cmake --build build --target srsenb

Docker

You can simply use docker with out affecting local environment

docker compose build
docker compose up

Tutorial:

About

Implemented active IMSI catcher by modify srsran_4g project

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 80.5%
  • C 18.4%
  • Other 1.1%