scapy.contrib.exposure_notification
Apple/Google Exposure Notification System (ENS), formerly known as Privacy-Preserving Contact Tracing Project.
This module parses the Bluetooth Low Energy beacon payloads used by the system. This does not yet implement any cryptographic functionality.
More info:
Bluetooth protocol specifications:
- class scapy.contrib.exposure_notification.Exposure_Notification_Frame(_pkt, /, *, identifier=None, metadata=None)[source]
Bases:
Packet,LowEnergyBeaconHelperApple/Google BLE Exposure Notification broadcast frame.
- aliastypes = [<class 'scapy.contrib.exposure_notification.Exposure_Notification_Frame'>, <class 'scapy.packet.Packet'>]