ble_ctf_infinity
ble_ctf_infinity copied to clipboard
Advanced: Bluetooth low energy capture the flag
I'm not sure what happened but I'll try to piece together what happened. Note: I have a `write.sh` as a shortcut to execute: `gatttool -b $BTADDR --char-write-req -a $1 -n...
When running `make` to compile, there is a `strcpy` overflow caught in `flag_scoreboard.c` Error is below: > > CC build/main/flag_scoreboard.o > /home/user/esp/ble_ctf_infinity/main/flag_scoreboard.c: In function 'flag_scoreboard_main': > /home/user/esp/ble_ctf_infinity/main/flag_scoreboard.c:891:1: error: '__builtin_memcpy' writing...
Ran into some issues while building from the source which took a while to figure out the causes. I think these changes will make it easier for new people to...
I placed the compiled binaries on two different ESP-WROOM-32 devices. I was unable to see any BLE devices with BSSIDs of "BLE_BT_SCORE" or similar. I also saw no BT addresses...
Hi, this CTF is amazing! I am loving it! I was attempting to resolve flag 7 and I was able to get the hint to find it. I also make...
I really enjoyed working through Part 1. The hints provided at each level made it a fun and educational experience. However, I noticed that in Part 2, there are no...