
Este programa te muestra los números IMSI de los teléfonos móviles a tu alrededor.
Este programa te muestra los números IMSI, país, marca y operador de los teléfonos móviles a tu alrededor.
/!\ Este programa fue creado para entender cómo funciona la red GSM. ¡No para hacer hacking malicioso!

1 PC con Gnu/Linux. Probado con :
1 receptor SDR. Probado con :
git clone https://github.com/Oros42/IMSI-catcher.git
cd IMSI-catcher
o
wget https://github.com/Oros42/IMSI-catcher/archive/master.zip && unzip -q master.zip
cd IMSI-catcher-master
sudo apt install python3-numpy python3-scipy python3-scapy gr-gsm
Advertencia : ¡no uses Python 3.9 (error de ctypes)!
A partir de Python 3.1, Imp es reemplazado por importlib. Imp está obsoleto en Python 3.11, con los nuevos requisitos satisfechos de la siguiente manera.
apt install python3-pip
pip install importlib
sudo xhost +local:docker
docker pull atomicpowerman/imsi-catcher
docker run -ti --net=host -e DISPLAY=$DISPLAY --privileged -v /dev/bus/usb:/dev/bus/usb atomicpowerman/imsi-catcher bash
Ejecuta todos los grgsm_* en este docker.
Usamos grgsm_livemon para decodificar señales GSM y simple_IMSI-catcher.py para encontrar IMSIs.
python3 simple_IMSI-catcher.py -h
Usage: simple_IMSI-catcher.py: [options]
Options:
-h, --help show this help message and exit
-a, --alltmsi Show TMSI who haven't got IMSI (default : false)
-i IFACE, --iface=IFACE
Interface (default : lo)
-m IMSI, --imsi=IMSI IMSI to track (default : None, Example:
123456789101112 or "123 45 6789101112")
-p PORT, --port=PORT Port (default : 4729)
-s, --sniff sniff on interface instead of listening on port
(require root/suid access)
-w SQLITE, --sqlite=SQLITE
Save observed IMSI values to specified SQLite file
-t TXT, --txt=TXT Save observed IMSI values to specified TXT file
-z, --mysql Save observed IMSI values to specified MYSQL DB (copy
.env.dist to .env and edit it)
Abre 2 terminales.
En la terminal 1
sudo python3 simple_IMSI-catcher.py -s
En la terminal 2
grgsm_livemon
Ahora, cambia la frecuencia hasta que en la terminal muestre algo así :
15 06 21 00 01 f0 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b
25 06 21 00 05 f4 f8 68 03 26 23 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b
49 06 1b 95 cc 02 f8 02 01 9c c8 03 1e 57 a5 01 79 00 00 1c 13 2b 2b
Puedes ver los paquetes GSM con Wireshark.
sudo apt install wireshark
sudo wireshark -k -Y '!icmp && gsmtap' -i lo
grgsm_scanner
ARFCN: 974, Freq: 925.0M, CID: 2, LAC: 1337, MCC: 208, MNC: 20, Pwr: -41
ARFCN: 976, Freq: 925.4M, CID: 4242, LAC: 1007, MCC: 208, MNC: 20, Pwr: -45
Ahora, puedes configurar la frecuencia para grgsm_livemon :
grgsm_livemon -f 925.4M
O, para hackrf, obtén la herramienta kalibrate-hackrf así:
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
Ejecuta
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
...
Usa db-example.sql para crear tu base de datos.
cp .env.dist .env
nano .env
# set your config
sudo apt install python-decouple python3-mysqldb
sudo python3 simple_IMSI-catcher.py -s --mysql
Escanea frecuencias y escucha la primera encontrada :
En la terminal 1
python3 scan-and-livemon
En la terminal 2
python3 simple_IMSI-catcher.py
Configuración de Gr-Gsm : https://osmocom.org/projects/gr-gsm/wiki/Installation y https://github.com/velichkov/gr-gsm
Frecuencia : http://www.worldtimezone.com/gsm.html y https://fr.wikipedia.org/wiki/Global_System_for_Mobile_Communications
Código de red móvil : 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 y http://doc.ubuntu-fr.org/rtl2832u y http://doc.ubuntu-fr.org/rtl-sdr
Para apoyar mi trabajo, una propina sería agradable ;-)
https://liberapay.com/Oros/