Certified Ethical Hacker (CEH v12) — Question 246
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: A
Explanation
Option A is correct because it specifies the necessary flags and parameters for hijacking a Bluetooth connection, which is essential for a successful Btlejacking attack. The other options either do not include the required parameters for hijacking or are not relevant to establishing a connection for intercepting data.