nerdexam
EC-Council

312-50V13 · Question #445

Clark, a professional hacker, attempted to perform a Btlejacking attack using an automated tool, Btlejack, and hardware tool, micro:bit. This attack allowed Clark to hijack, read, and export…

The correct answer is D. btlejack -f 0x9c68fd30 -t -m 0x1fffffffff. Btlejacking Connection Hijack Command Explanation Option D (btlejack -f 0x9c68fd30 -t -m 0x1fffffffff) is correct because the -t flag specifically initiates a hijacking (takeover) attack on an existing BLE connection identified by its Access Address (-f), while the -m flag…

Submitted by khalil_dz· Mar 6, 2026Hacking Wireless Networks

Question

Clark, a professional hacker, attempted to perform a Btlejacking attack using an automated tool, Btlejack, and hardware tool, micro:bit. This attack allowed Clark to hijack, read, and export sensitive information shared between connected devices. To perform this attack, Clark executed various btlejack commands. Which of the following commands was used by Clark to hijack the connections?

Options

  • Abtlejack-f 0x129f3244 -j
  • Bbtlejack -c any
  • Cbtlejack -d /dev/ttyACM0 -d /dev/ttyACM2 -s
  • Dbtlejack -f 0x9c68fd30 -t -m 0x1fffffffff

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    9% (2)
  • D
    83% (19)

Explanation

Btlejacking Connection Hijack Command Explanation

Option D (btlejack -f 0x9c68fd30 -t -m 0x1fffffffff) is correct because the -t flag specifically initiates a hijacking (takeover) attack on an existing BLE connection identified by its Access Address (-f), while the -m flag specifies the channel map - all parameters required to actively seize control of an established connection.

Why the distractors are wrong:

  • Option A (-j) is used for jamming a connection, not hijacking it - it disrupts the link rather than taking it over
  • Option B (-c any) is a sniffing/scanning command used to discover and capture new BLE connections passively
  • Option C (-d /dev/ttyACM0 -d /dev/ttyACM2 -s) uses multiple device interfaces with the -s flag for sniffing across multiple micro:bit hardware devices simultaneously

Memory Tip: Think "-t = takeover" - the -t flag in Btlejack stands for the takeover (hijack) function. If you remember that hijacking = taking over = -t, you can quickly eliminate other commands that involve scanning (-c), sniffing (-s), or jamming (-j).

Topics

#Bluetooth Low Energy (BLE)#Btlejacking#Connection Hijacking#btlejack tool

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice