Passive Sniffing
Learn how to Sniff GSM Broadcast data around you and understand what capabilities the BTS has.
Detect BTSs Around
grgsm_scanner --band=GSM900 --gain=34 --speed=5 --args=rtl=0Capture Broadcast packets from BTS
grgsm_capture --arfcn=11 --rec-length=70 --args="hackrf,num_recv_frames=1024" --gain=34 arfcn_11.cfileDecode BCCH Channels
grgsm_decode --arfcn=11 --mode=BCCH --timeslot=0 --cfile=arfcn_11.cfileDecode SDCCH/8 Channels
grgsm_decode --cfile=arfcn_11.cfile --arfcn=11 --mode=SDCCH8 --timeslot=0 --print-burstsA5/1 Cracking with Kc Key
Key Features of A5/1 Encryption:
Last updated