ble_ctf
ble_ctf copied to clipboard
A Bluetooth low energy capture the flag
In the Flags section, the initial command for obtaining the target MAC address is incorrect, not sure if its changed between hcitool versions. Instead of **sudo hcitool blescan** it should...
There is a small typo in docs/hints/flag11.md. Should read `subscribe` rather than `subsribe`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
I had to look at writeups... the handle to read for instructions is 0x004e
The handler addresses in this hint are wrong.
I know it says that flags are truncated to 20 characters and I see that in the source code, but I don't think it's clear that you must truncate flags...
should refer to 0x0048
I did most of the challenges on a mobile phone using [Nordic's nRF Connect](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp). Reading the first hint, it said to send a payload to a specific handle? Which was...