DECT Base Station Scanner - Metasploit


This page contains detailed information about how to use the auxiliary/scanner/dect/station_scanner metasploit module. For list of all metasploit modules, visit the Metasploit Module Library.

Module Overview


Name: DECT Base Station Scanner
Module: auxiliary/scanner/dect/station_scanner
Source code: modules/auxiliary/scanner/dect/station_scanner.rb
Disclosure date: -
Last modification time: 2017-07-24 06:26:21 +0000
Supported architecture(s): -
Supported platform(s): -
Target service / protocol: -
Target network port(s): -
List of CVEs: -

This module scans for DECT base stations

Module Ranking and Traits


Module Ranking:

  • normal: The exploit is otherwise reliable, but depends on a specific version and can't (or doesn't) reliably autodetect. More information about ranking can be found here.

Basic Usage


msf > use auxiliary/scanner/dect/station_scanner
msf auxiliary(station_scanner) > show targets
    ... a list of targets ...
msf auxiliary(station_scanner) > set TARGET target-id
msf auxiliary(station_scanner) > show options
    ... show and set options ...
msf auxiliary(station_scanner) > exploit

Go back to menu.

Msfconsole Usage


Here is how the scanner/dect/station_scanner auxiliary module looks in the msfconsole:

msf6 > use auxiliary/scanner/dect/station_scanner

msf6 auxiliary(scanner/dect/station_scanner) > show info

       Name: DECT Base Station Scanner
     Module: auxiliary/scanner/dect/station_scanner
    License: Metasploit Framework License (BSD)
       Rank: Normal

Provided by:
  DK <[email protected]>

Check supported:
  No

Basic options:
  Name       Current Setting  Required  Description
  ----       ---------------  --------  -----------
  BAND       2                yes       DECT band
  CHAN       0                no        DECT channel
  INTERFACE  /dev/coa         yes       The name of the Com-On-Air Interface
  RFPI                        no        RFPI for synchronous scan

Description:
  This module scans for DECT base stations

Module Options


This is a complete list of options available in the scanner/dect/station_scanner auxiliary module:

msf6 auxiliary(scanner/dect/station_scanner) > show options

Module options (auxiliary/scanner/dect/station_scanner):

   Name       Current Setting  Required  Description
   ----       ---------------  --------  -----------
   BAND       2                yes       DECT band
   CHAN       0                no        DECT channel
   INTERFACE  /dev/coa         yes       The name of the Com-On-Air Interface
   RFPI                        no        RFPI for synchronous scan

Advanced Options


Here is a complete list of advanced options supported by the scanner/dect/station_scanner auxiliary module:

msf6 auxiliary(scanner/dect/station_scanner) > show advanced

Module advanced options (auxiliary/scanner/dect/station_scanner):

   Name       Current Setting  Required  Description
   ----       ---------------  --------  -----------
   VERBOSE    false            no        Enable detailed status messages
   WORKSPACE                   no        Specify the workspace for this module

Auxiliary Actions


This is a list of all auxiliary actions that the scanner/dect/station_scanner module can do:

msf6 auxiliary(scanner/dect/station_scanner) > show actions

Auxiliary actions:

   Name  Description
   ----  -----------

Evasion Options


Here is the full list of possible evasion options supported by the scanner/dect/station_scanner auxiliary module in order to evade defenses (e.g. Antivirus, EDR, Firewall, NIDS etc.):

msf6 auxiliary(scanner/dect/station_scanner) > show evasion

Module evasion options:

   Name  Current Setting  Required  Description
   ----  ---------------  --------  -----------

Go back to menu.


Go back to menu.

See Also


Check also the following modules related to this module:

Authors


  • DK <privilegedmode[at]gmail.com>

Version


This page has been produced using Metasploit Framework version 6.1.27-dev. For more modules, visit the Metasploit Module Library.

Go back to menu.