axilirator / tmsi-sniffer

GR-GSM based TMSI sniffer
25 stars 22 forks source link

GR-GSM based TMSI sniffer

This is just the proof of concept code for MSISDN -> TMSI mapping. The algorithm is very simple and was already described in the past.

Terms of use

This code is distributed in hope, that it may be helpful for someone, who is learning mobile communications. I am not responsible for possible damage, caused by someone using this software. Please, use it for research and/or education purposes only.

The algorithm

  1. Allocate a new array for further recording;
  2. Start recording, adding every TMSI into the allocated array;
  3. Cause a Paging Request for the victim's phone (call, SMS);
  4. Stop recording;
  5. Repeat above steps, until we get one TMSI, which can be found in all recorded arrays.

Possible difficulties