forked from muccc/iridium-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Call Data Extraction
w0rd3 edited this page Feb 11, 2024
·
5 revisions
##Following cheats courtesy of Rob VK8FOES (http://www.youtube.com/@RobVK8FOES)
Phone Number Extraction
tshark -r /path/to/pcap.pcap -Y gsmtap -T fields \-e gsm_a.dtap.clg_party_bcd_num | grep -v -e '^$'
SMS Extraction
tshark -r /path/to/pcap.pcap -Y gsm_sms -T fields \-e gsm_sms.sms_text