Skip to content

its0x08/blue-deauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluetooth deauthenticator - blue-deauth v0.1.2-alpha

A simple script that makes possible BLE deauthentication!

Visitors Semgrep Codacy Security Scan

Simple usage

Bluetooth deauthenticator v0.1.2-beta
Attack types:
        1.) l2ping - Ping flood
        2.) rfcomm - Connect flood

 [i] Usage: blue_dos.sh <target_addr> <packet_size> <attack_type>
root@kali:/scripts/blue-deauth# bash blue_dos.sh FC:58:FA:XX:XX:XX 600 1
root@kali:/scripts/blue-deauth# bash blue_dos.sh FC:58:FA:XX:XX:XX 600 2

Requirements:

l2ping (comes with bluez)
rfcomm (comes with bluez)

Tested only in Kali but any Linux OS that uses bluez should work.


Pull requests and issues are welcome!