Skip to content

Start hacking Bluetooth Low Energy today! (part 2)#1347

Merged
carlospolop merged 2 commits intomasterfrom
update_Start_hacking_Bluetooth_Low_Energy_today___part_2__20250827_124037
Aug 28, 2025
Merged

Start hacking Bluetooth Low Energy today! (part 2)#1347
carlospolop merged 2 commits intomasterfrom
update_Start_hacking_Bluetooth_Low_Energy_today___part_2__20250827_124037

Conversation

@carlospolop
Copy link
Copy Markdown
Collaborator

🤖 Automated Content Update

This PR was automatically generated by the HackTricks News Bot based on a technical blog post.

📝 Source Information

🎯 Content Summary

Sniffing and Controlling Unpaired Bluetooth Low Energy (BLE) Devices

This hands-on post shows how to sniff, analyze, and actively control unpaired Bluetooth Low Energy (BLE) devices using low-cost hardware: a Sonoff Zigbee 3.0 USB Dongle Plus (CC26x2-based) re-flashed as a BLE sniffer with NCC Group’s Sniffle, and a Nordic nRF52 USB mini dev board to connect and write to GATT characteristics. Because many cheap gadgets don’t use pairing/bonding, their ATT/GATT traffic is unencrypted;...

🔧 Technical Details

Off‑path BLE connection sniffing for unauthenticated control: When devices don’t pair/bond, GATT is cleartext. Use a CC26x2 Sonoff re-flashed with Sniffle to follow connections and filter Wireshark on _ws.col.info contains "Sent Write Command" to identify the exact handle/value pairs that trigger actions (e.g., handle 0x0b, values 0x01/0x00).

Replay/control via generic BLE clients: After learning the t...

🤖 Agent Actions

I analyzed the blog and the HackTricks repository and found that while there is an existing BLE page (in Radio Hacking), it lacked practical content on off-path BLE sniffing with Sniffle, Wireshark triage filters, and active control via Nordic tools with automation (blatann). I updated the existing BLE page to include this hands-on exploitation workflow, preserving all existing content and structure.

What I did:

  • Explored repository structure and relevant files:
    • src/todo/radio-hacking/pentesting-ble-bluetooth-low-energy.md
    • src/todo/radio-hacking/README.md
    • src/todo/radio-hacking/fissure-the-rf-framework.md
    • src/generic-methodologies-and-resources/pentesting-wifi/README.md
    • src/SUMMARY.md
  • Determined the best location: The existing BLE page under “Radio Hacking” already ...

✅ Review Checklist

  • Content is technically accurate
  • Formatting follows HackTricks style guidelines
  • Links and references are working
  • Content adds educational value
  • No sensitive information is exposed

This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.

@carlospolop
Copy link
Copy Markdown
Collaborator Author

🔗 Additional Context

Original Blog Post: https://www.pentestpartners.com/security-blog/start-hacking-bluetooth-low-energy-today-part-2/

Content Categories: Based on the analysis, this content was categorized under "Generic Methodologies & Resources -> Pentesting Network -> Bluetooth Low Energy (BLE) Attacks (Sniffing & GATT Write Abuse)".

Repository Maintenance:

  • MD Files Formatting: 873 files processed

Review Notes:

  • This content was automatically processed and may require human review for accuracy
  • Check that the placement within the repository structure is appropriate
  • Verify that all technical details are correct and up-to-date
  • All .md files have been checked for proper formatting (headers, includes, etc.)

Bot Version: HackTricks News Bot v1.0

@carlospolop
Copy link
Copy Markdown
Collaborator Author

merge

@github-actions github-actions Bot force-pushed the master branch 2 times, most recently from 083f622 to 52cdbdb Compare August 28, 2025 12:00
@carlospolop carlospolop merged commit 255d22c into master Aug 28, 2025
@carlospolop carlospolop deleted the update_Start_hacking_Bluetooth_Low_Energy_today___part_2__20250827_124037 branch August 28, 2025 14:02
github-actions Bot pushed a commit that referenced this pull request Aug 28, 2025
…uetooth_Low_Energy_today___part_2__20250827_124037

Start hacking Bluetooth Low Energy today! (part 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant