Skip to content

wickednull/ZeroSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

94 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

image

ZeroSync – Bluetooth Attack Toolkit

Author: Null_Lyfe
Version: 7.9
License: For educational use only.


πŸ“‘ Overview

ZeroSync is a comprehensive Bluetooth attack toolkit that supports both CLI (Command Line Interface) and GUI (Graphical User Interface) modes. Designed for security researchers and Bluetooth enthusiasts, it enables advanced BLE attacks, device spoofing, mesh flooding, CVE exploitation, and persistent device tracking.


πŸ–₯️ Features

  • πŸ” BLE Scanning with RSSI
  • 🎭 MAC Spoofing
  • πŸ“‘ Broadcast Alias Loop
  • βœ‚οΈ Deauthentication (BLE)
  • πŸ’Œ Notification Replay Attacks
  • πŸ’£ BLE Device Crasher
  • πŸ’₯ CVE-2017-0785 Exploit
  • 🌐 BLE Mesh Flooding (ZeroJam)
  • πŸ’‰ Bettercap BLE Recon Bridge
  • πŸ“ Session Log Export
  • πŸ§ͺ Real-time GUI Console
  • πŸ–±οΈ GUI Mode or CLI Mode (user choice)

βš™οΈ Requirements

βœ… Python

  • Python 3.8+

βœ… Python Modules

pip3 install bluepy rich

Tkinter is required for the GUI version and is included by default in most Python installations.

βœ… System Dependencies

sudo apt update
sudo apt install -y bluetooth bluez rfkill l2ping rfcomm sdptool bettercap xterm

πŸ“¦ Installation

git clone https://github.com/wickednull/ZeroSync.git
cd ZeroSync
pip3 install bluepy rich --break-system-packages #If Needed.

βΈ»

πŸš€ Usage πŸ”Ή CLI Mode

sudo python3 zerosync.py

πŸ”Ή GUI Mode

sudo python3 zerosync_gui.py

Root privileges (sudo) are required for Bluetooth scanning and system-level operations.

πŸ—‚οΈ File Structure

zerosync/
β”œβ”€β”€ zerosync.py           # CLI version
β”œβ”€β”€ zerosync_gui.py       # GUI version with terminal
β”œβ”€β”€ zerojam_mesh.py       # BLE mesh flood module
β”œβ”€β”€ zerosync_logs/        # Directory for exported session logs

πŸ“ Logs Exported session logs are saved in:

zerosync_logs/session_<timestamp>.log

Each log includes MAC addresses, first seen times, and max RSSI.

⚠️ Legal Disclaimer

This tool is intended for educational and authorized testing purposes only. Do not use ZeroSync on networks, systems, or devices you do not own or have explicit permission to test. The author assumes no liability for any damage caused by misuse.

βΈ»

πŸ‘¨β€πŸ’» Author

Null_Lyfe

Developed with the goal of pushing Bluetooth reconnaissance and research tools to the next level.

πŸ™ Credits & Special Thanks

β€’ πŸ’œ Special thanks to ekomsSavior, the original creator of SpamJam, whose work inspired multiple core features and concepts now integrated into ZeroSync. Your creative BLE tooling helped shape the modern direction of Bluetooth offensive research. β€’ 🧠 Additional thanks to the open-source security and Bluetooth hacking community for continuous inspiration.

βΈ»

πŸ’¬ Feedback & Contributions

Feel free to fork, improve, and submit issues or pull requests!

About

Bluetooth toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages