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…
Question
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)- A4% (1)
- B4% (1)
- C9% (2)
- D83% (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-sflag 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
Community Discussion
No community discussion yet for this question.