Invasion of the Face Changers Halloween Hijinks with Bluetoo... #1538
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Scope and target
The post analyzes popular white‑labeled Bluetooth Low Energy (BLE) LED face masks (commonly sold as “Shining LED Mask”) controlled by the Shining Mask mobile app. Because the same hardware/firmware is resold under many brands, any issue applies broadly. (bishopfox.com)
Core weakness
Masks accept control from any nearby BLE client with no pairing/a...
🔧 Technical Details
No‑auth BLE GATT control: If a BLE device accepts unauthenticated writes, scan/connect and write to its control characteristic to change behavior. For Shining‑style masks: commands to
d44bc439‑...‑9600, notifications on…9601, data on…960a; chunk image uploads (~100B packets) and then select withIMAG. ([reddit.com](https://www.reddit.com/r/ReverseEngineering/comments/lr9xxr/comment/h14nm39/?context=3&utm_medium=web2x&utm_source=reddit))Static‑key app crypto reuse: Extract a hard‑coded AES key by APK decompilation (e.g., with JADX) or reuse known keys from prior research; then AES‑ECB encrypt command frames to fully emulate the app over BLE. ([bishopfox.com](https://bishopfox.com/blog/invasion-of-the-face-changers-halloween-hijinks-with-bluetooth-led-masks))
Hands‑free drive‑by spoofing: Program a small BLE microcontroller (e.g., Adafruit Feather nRF52840 + CircuitPython) to roam, auto‑connect to ...
🤖 Agent Actions
I analyzed the repository and found an existing, relevant page to update instead of creating a new one:
What I added
I also updated the References section with:
Modification performed
If you want this content under another section (e.g., Pentesting Network), we could later refactor/duplicate via internal links, but to follow the repository’s current structure and the guideline to avoid unnecessary new pages, enhancing the existing BLE page was the best fit.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.