oran-testing / soft-t-ue

5G security testing user equipment based on srsRAN's 4G UE
https://rantesterue.org
GNU Affero General Public License v3.0
2 stars 0 forks source link

Automate PCAP collection for Fuzzer test #4

Closed joshuamoorexyz closed 1 month ago

joshuamoorexyz commented 2 months ago
cueltschey commented 1 month ago

We are using scapy to collect pcap data, currently working on implementing this in the GUI.

cueltschey commented 1 month ago

There is a bit of a change of plans regarding this. We need to collect PCAP from the srsRAN generated files, such as ue_mac_nr.pcap, then decode the PCAP into a usable format.

I am in the process of decoding these messages, since scapy has no native support for this.

See Issue #9 for more info.