documentation/modules/auxiliary/scanner/dect/call_scanner.md
This module scans for active DECT (Digital Enhanced Cordless Telecommunications) calls using a COM-ON-AIR (COA) compatible adapter. Unlike the station scanner which identifies base stations, this module detects ongoing voice communications between DECT handsets and base stations.
The scanner monitors DECT channels for active call traffic and reports the RFPI (Radio Fixed Part Identity) of the base station handling the call, along with timing and channel information.
This module requires a COM-ON-AIR (COA) compatible PCMCIA card to function. These cards were originally designed for DECT communications and have been repurposed for security research.
Compatible hardware includes:
use auxiliary/scanner/dect/call_scannerset INTERFACE <your_dect_interface>runThe DECT/COA interface to use for scanning. This should be set to the interface name of your COM-ON-AIR card.
The frequency band to scan. DECT operates on different frequency bands depending on the region:
This scenario demonstrates detecting active DECT phone calls in range.
msf6 > use auxiliary/scanner/dect/call_scanner
msf6 auxiliary(scanner/dect/call_scanner) > set INTERFACE dect0
INTERFACE => dect0
msf6 auxiliary(scanner/dect/call_scanner) > run
[*] Opening interface: dect0
[*] Using band: EMEA
[*] Changing to call scan mode.
[*] Scanning...
[+] Found active call on: 00:11:22:33:44
[+] Found active call on: 00:AA:BB:CC:DD
[*] Closing interface
Time RFPI Channel
2026-01-13 18:45:32 -0800 00:11:22:33:44 5
2026-01-13 18:46:15 -0800 00:AA:BB:CC:DD 3
[*] Auxiliary module execution completed
During a physical security assessment, this module can be used to:
Note: Active call detection requires the calls to be in progress during the scan. The module continuously cycles through channels to maximize detection coverage.