Skip to content

hackwithakki/Bluetooth-Jammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bluetooth-Jammer

Perform DoS Attacks on Bluetooth Devices which is Paired.

Ported & Optimized for Kali Linux by Hackwithakki

Welcome dear HACK3RS Make sure to join us on Telegram ! Visit Here -🎭 https://t.me/hackwithakki 🎭

Tutorial: Bluetooth-Jammer

This project is a Bluetooth jammer designed to disrupt nearby Bluetooth devices. It allows users to scan for available devices, select a specific target, and then launch a powerful Denial-of-Service (DoS) attack. By using multiple concurrent processes to flood the target with data packets, it aims to effectively jam and disrupt the device's Bluetooth connection.

Visual Overview

flowchart TD
    A0["Bluetooth DoS Attack Mechanism
"]
    A1["Bluetooth Device Discovery
"]
    A2["Target Selection and Configuration
"]
    A3["Concurrent Attack Execution
"]
    A4["User Interface and Interaction
"]
    A5["External System Command Integration
"]
    A4 -- "Orchestrates discovery" --> A1
    A1 -- "Performs scan via" --> A5
    A4 -- "Collects configuration" --> A2
    A2 -- "Provides parameters to" --> A3
    A3 -- "Invokes attack logic" --> A0
    A0 -- "Executes DoS command" --> A5
Loading

Chapters

  1. User Interface and Interaction
  2. Bluetooth Device Discovery
  3. Target Selection and Configuration
  4. Concurrent Attack Execution
  5. Bluetooth DoS Attack Mechanism
  6. External System Command Integration