Docker images for 5GDescrambler, facilitating sniffing of 5G Physical Downlink Control Channel.
53
This is the official docker image for the publication "5GDescrambler: Locating, Descrambling, and Decoding 5G Scheduling Information" in the Proceedings of the 2026 ACM SIGSAC Conference on Computer and Communications Security (CCS '26).
For further information, please visit our website or the code on GitHub.
To run the image, use:
docker run --rm -it \
--network=host \
-v /dev/bus/usb:/dev/bus/usb \
--privileged \
"friwidev/5gdescrambler:latest"
Network and USB bridging is only required if you plan on using SDRs from the host. Utilizing SDRs has only been tested on Arch Linux and Debian hosts.
In case 5GDescrambler was useful for your work, please cite our publication as:
@inproceedings{windisch20265GDescrambler,
author = {Windisch, Fritz and Strufe, Thorsten},
booktitle = {Proceedings of the 2026 ACM SIGSAC Conference on Computer and Communications Security (CCS '26)},
title = {5GDescrambler: Locating, Descrambling, and Decoding 5G Scheduling Information},
year = {2026},
doi = {10.1145/3830454.3846809},
location = {The Hague, Netherlands},
keywords = {5G, sniffing, scrambling, physical downlink control channel}
}
Content type
Image
Digest
sha256:ddcd74f94…
Size
544.9 MB
Last updated
16 days ago
docker pull friwidev/5gdescrambler