GSM Deciphered

Описание к видео GSM Deciphered

Quick and simple tutorial to play with github.com/ptrkrysik/test_data

github.com/bkerler/gr-gsm

No need any dedicated hardware or data (I mean this way the 1.6Tb of rainbow tables and the 1.6Tb of indexing or a software defined radio as long the capture is aleardy recorded and Kc akready found) except brain and PC !
start with mode BCCH and timeslot 0

sudo grgsm_decode -c vf_call6_a725_d174_g5_Kc1EF00BAB3BAC7002.cfile -a 725 -s $((100000000/174)) -t 0 -m BCCH

Check timeslot and mode in immediate assignement ~= 250e frame we shunt the deciphering (doable but beyond the scope of this video) as we already know Kc is 1EF00BAB3BAC7002

timeslot is 1 and mode SDCCH8

sudo grgsm_decode -c vf_call6_a725_d174_g5_Kc1EF00BAB3BAC7002.cfile -a 725 -s $((100000000/174)) -t 1 -m SDCCH8 -k 1EF00BAB3BAC7002

Next check timeslot and mode in assignement command timeslot is 5 and mode TCHF and codec FullRate FR

sudo grgsm_decode -c vf_call6_a725_d174_g5_Kc1EF00BAB3BAC7002.cfile -a 725 -s $((100000000/174)) -t 5 -m TCHF -k 1EF00BAB3BAC7002 -o speech.au.gsm -d FR

And call is DECIPHERED !!!

decode it

toast -d speech.au.gsm

and play !!!!

vlc speech.au

Комментарии

Информация по комментариям в разработке