documentation/modules/auxiliary/scanner/dect/station_scanner.md
This module scans for DECT (Digital Enhanced Cordless Telecommunications) base stations using a COM-ON-AIR (COA) compatible adapter. DECT is a wireless technology commonly used for cordless phones, baby monitors, and other wireless communication devices.
The scanner identifies base stations by their RFPI (Radio Fixed Part Identity), which is a unique identifier for each DECT base station.
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/station_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 discovering DECT base stations in range.
msf6 > use auxiliary/scanner/dect/station_scanner
msf6 auxiliary(scanner/dect/station_scanner) > set INTERFACE dect0
INTERFACE => dect0
msf6 auxiliary(scanner/dect/station_scanner) > run
[*] Opening interface: dect0
[*] Using band: EMEA
[*] Changing to fp scan mode.
[*] Scanning...
[+] Found New RFPI: 00:11:22:33:44
[+] Found New RFPI: 00:AA:BB:CC:DD
[*] Closing interface
RFPI Channel
00:11:22:33:44 5
00:AA:BB:CC:DD 3
[*] Auxiliary module execution completed