esb_info

Presentation

esb_info displays some informations about a specific interface. The supported devices and their corresponding interfaces are listed here. The displayed informations and the output parameters changes according to the provided interface.

Compatible devices

Input parameters

Name

Default value

Possible values

Description

INTERFACE

rfstorm0

rfstormX,<filename>.pcap

Interface to display

SHOW_CAPABILITIES

yes

yes|no

Indicates if the capabilities of the interface should be displayed

Output parameters

  • If the interface provided is rfstormX:

Name

Possible values

Description

INTERFACE

rfstormX

Selected interface

MODE

PROMISCUOUS | GENERIC_PROMISCUOUS | SNIFFER

Mode currently in use in the selected interface

INDEX

#X

Device’s index number

  • If the interface provided is <filename>.pcap:

Name

Possible values

Description

INTERFACE

<filename>.pcap

Selected interface

MODE

read | write

Mode in use

Usage

If you want to display the informations related to an RFStorm interface :

$ mirage esb_info INTERFACE=rfstorm0
[INFO] Module esb_info loaded !
┌───────────┬──────────────┬─────────────┐
│ Interface │ Device Index │ Mode        │
├───────────┼──────────────┼─────────────┤
│ rfstorm0  │ #0           │ PROMISCUOUS │
└───────────┴──────────────┴─────────────┘
[INFO] Mirage process terminated !