{"id":20298755,"url":"https://github.com/0xbitx/dedsec_bluejacker","last_synced_at":"2025-04-05T15:04:17.991Z","repository":{"id":242712316,"uuid":"810339175","full_name":"0xbitx/DEDSEC_BLUEJACKER","owner":"0xbitx","description":"Bluetooth jamming device. long-range version is under testing","archived":false,"fork":false,"pushed_at":"2024-11-01T01:03:09.000Z","size":469,"stargazers_count":142,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-29T14:06:18.331Z","etag":null,"topics":["bluetooth-speaker","esp32","jammer","nrf24l01","smartphone","speaker"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xbitx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-04T13:56:41.000Z","updated_at":"2025-03-26T23:10:30.000Z","dependencies_parsed_at":"2024-06-23T13:56:13.583Z","dependency_job_id":"cd5b16e2-acbe-49f9-b9d2-ba7b2c4e7ee1","html_url":"https://github.com/0xbitx/DEDSEC_BLUEJACKER","commit_stats":null,"previous_names":["0xbitx/dedsec_bluejacker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xbitx%2FDEDSEC_BLUEJACKER","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xbitx%2FDEDSEC_BLUEJACKER/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xbitx%2FDEDSEC_BLUEJACKER/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xbitx%2FDEDSEC_BLUEJACKER/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xbitx","download_url":"https://codeload.github.com/0xbitx/DEDSEC_BLUEJACKER/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353729,"owners_count":20925329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bluetooth-speaker","esp32","jammer","nrf24l01","smartphone","speaker"],"created_at":"2024-11-14T16:11:22.884Z","updated_at":"2025-04-05T15:04:17.956Z","avatar_url":"https://github.com/0xbitx.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExZWJ2MGZobjl3YW00cmRrNHY5ZnE1NnJrczdld3gwbzNweDN2eW5mdiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/lcEKnwUvk2d7isZ09s/giphy.webp\" width=\"60%\" height=\"60%\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e DEDSEC_BLUEJACKER \u003c/h1\u003e\n\n## DESCRIPTION\nDEDSEC_BLUEJACKER is a sophisticated Bluetooth jamming device/tool that uses an ESP32 NodeMCU and an nRF module. This tool can effectively disrupt Bluetooth communication, causing a Denial of Service (DoS) attack on various Bluetooth devices such as Bluetooth speakers, smartphones, IoT devices, and more. By jamming Bluetooth frequencies, DEDSEC_BLUEJACKER renders targeted devices non-functional. It can stop Bluetooth speakers from playing audio, prevent Bluetooth communication on smartphones, affect IoT devices that rely on Bluetooth for communication, and disrupt Bluetooth-dependent industrial equipment.\n\n## requirements:\n\t\n    ESP32-devkit v1 nodeMCU                     \n    2x nRF24L01   \n    2x 10UF 16v Capacitor\n    Data usb cable \n\n## installation: \n\n    1. git clone https://github.com/0xbitx/DEDSEC_BLUEJACKER.git\n    2. cd DEDSEC_BLUEJACKER\n    3. pip install esptool\n    4. ./esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 115200 write_flash 0x0 dedsec_bluejacker.hex\n\n## WIRING DIAGRAM\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/0xbitx/DEDSEC_BLUEJACKER/assets/74537225/73003e64-42d2-44f4-845f-d25747b03649\" width\" width=\"80%\" height=\"80%\"\u003e\n\u003c/p\u003e\n\n## Pinout Configuration\n\nBelow are the pinout mappings from the ESP32 to the nRF24L01+ modules for both HSPI and VSPI configurations.\n\n### HSPI Configuration\n\n| 1st nRF24L01 module Pin | HSPI Pin (ESP32 devkit v1) | 10uf 16v capacitor |\n|---------------|------------------|--------------------|\n| VCC           | 3.3V             | (+) capacitor |\n| GND           | GND              | (-) capacitor |\n| CE            | GPIO 16          |\n| CSN           | GPIO 15          |\n| SCK           | GPIO 14          |\n| MOSI          | GPIO 13          |\n| MISO          | GPIO 12          |\n| IRQ           | Not Connected    |\n\n### VSPI Configuration\n\n| 2nd nRF24L01 module Pin | VSPI Pin (ESP32 devkit v1) | 10uf 16v capacitor |\n|---------------|------------------|--------------------|\n| VCC           | 3.3V             | (+) capacitor |\n| GND           | GND              | (-) capacitor |\n| CE            | GPIO 22          |\n| CSN           | GPIO 21          |\n| SCK           | GPIO 18          |\n| MOSI          | GPIO 23          |\n| MISO          | GPIO 19          |\n| IRQ           | Not Connected    |\n\n## Support\n\nIf you find my work helpful and want to support me, consider making a donation. Your contribution will help me continue working on open-source projects.\n\n**Bitcoin Address: `36ALguYpTgFF3RztL4h2uFb3cRMzQALAcm`**\n\n\n\u003ch1 align=\"center\"\u003e DISCLAIMER \u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eI'm not responsible for anything you do with this program, so please only use it for good and educational purposes. \u003c/h4\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xbitx%2Fdedsec_bluejacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xbitx%2Fdedsec_bluejacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xbitx%2Fdedsec_bluejacker/lists"}