Skip to content

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

Clone this wiki locally