Skip to content

PacoGago/DirtyTooth-RaspberryPi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Version License

DirtyTooth for Raspberry Pi

Bluetooth communications are on the increase. Millions of users use the technology to connect to peripherals that simplify and provide greater comfort and experience. There is a trick or hack for iOS 10.3.3 and earlier that takes advantage of the management of the profiles causing impact on the privacy of users who use Bluetooth technology daily. From the iOS device information leak caused by the incorrect management of profiles, a lot of information about the user and their background may be obtained.

Compile

In order to compile the packet, execute the command on the dirtytooth folder:

sudo dpkg-deb -b dirtytooth/ dirtytooth.deb

If you do not want to compile the packet, just download the release and install it.

Install

Simply download the release and run the install.sh script:

sudo ./install.sh

If you want to install it manually, you need to prepare the dependences and install the dirtytooth.deb packet:

sudo apt-get update
sudo apt-get install pi-bluetooth libbluetooth-dev python-dev python-dbus python-pip python-gobject python-gobject-2 git pulseaudio pulseaudio-module-bluetooth
sudo dpkg -i dirtytooth.deb

License

This project is licensed under the AGPL Affero General Public License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 58.1%
  • Shell 41.9%