95M730c
95M730c copied to clipboard
This program shows you IMSI , TMSI, LAC, CI of cellphones around you. This program was made to understand how GSM network works. Understanding the vulnerability regarding attacks to provide awarness W...
95M730c
Python based tool used to collect the imsi and for its modification according to your need. it helps to capture the packets to understand the gsm and collection sms & numbers. Tested on last Kali Linux Version 5.15.0-kali2-amd64 + Ubuntu Jammy Jellyfish (development branch) on [07th May of 2022]Disclaimer :-
Requirements :-
Installation
git clone https://github.com/TheEyeOfCyber/95M730c/ sudo apt-get install python-pyshark
Install Gr GSM : ( For receiving GSM transmissions )
sudo add-apt-repository -y ppa:ptrkrysik/gr-gsm sudo apt-get update sudo apt-get install gr-gsm If gr-gsm failled to setup. Than follow those this : https://github.com/ptrkrysik/gr-gsm/wiki/Installation
Install Kalibrate : ( For finding frequencies )
sudo apt install build-essential libtool automake autoconf librtlsdr-dev libfftw3-dev git clone https://github.com/steve-m/kalibrate-rtl cd kalibrate-rtl ./bootstrap && CXXFLAGS='-W -Wall -O3' ./configure make sudo make install