Skip to content

shellph1sh/Redtooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redtooth

Bluetooth DOS (Denial of service) and manipulation software.

Showcase

General Info

I AM NOT LIABLE FOR ANY DAMAGE OR MISUSE OF THIS SOFTWARE, AS THIS SOFTWARE IS UNDER THE RESPONSIBILITY OF THE END USER. THIS SOFTWARE IS MEANT FOR EDUCATIONAL PURPOSES ONLY.

Dependencies

software

  • BlueZ official Linux Bluetooth protocol stack (included in most distros)

Python

  • pybluez
  • art
  • alive-progress

Installation

  1. Run sudo git clone https://github.com/Lionskey/Redtooth.git
  2. Then cd Redtooth
  3. Run the setup.py file for pip related dependencies with sudo python3 setup.py

After running sudo python3 setup.py Redtooth will be installed globally and can be called from the command redtooth in your favorite terminal.

For Gentoo users

(For gentoo users, pip does not function without the user flag, so just go into setup.py and change every -U to --user)

Removal

To uninstall redtooth just delete the binary saved under /usr/bin/redtooth

sudo rm -rf /usr/bin/redtooth

and delete the main library directory that the binary leads to under /usr/lib/Redtooth

sudo rm -rf /usr/lib/Redtooth

Extra Note

Currently the PyBlueZ library is not under active development and have a current problem with their pip installation. The setup.py file installs the PyBlueZ library from source.