Certified Ethical Hacker (CEH v13) — Question 47
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?
Answer options
- A. btlejack -f 0x9c68fd30 -t -m 0x1fffffffff
- B. btlejack -c any
- C. btlejack -d /dev/ttyACM0 -d /dev/ttyACM2 -s
- D. btlejack -f 0x129f3244 -j
Correct answer: D
Explanation
The correct answer is D because the command 'btlejack -f 0x129f3244 -j' is specifically designed to hijack connections. The other options serve different purposes: A is for a specific target with a multicast address, B is used to listen for any connections, and C is for specifying devices for interaction, none of which directly hijack connections.