Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.44 KB

BlueHunter - Bluetooth Device Hacking framework

You can hack any near bluetooth device using BlueHunter

Features

User can hack bluetooth device:

  • Dialed_call - Hack bluetooth device dialed calls
  • SIM_call - Hack bluetooth device SIM calls
  • Recevied_call - Hack bluetooth device Recevied calls

Installation

Build Available Available Available Available

on Kali Linux

apt-get install python3-pip
git clone https://github.com/AnuhasRox/BlueHunter.git
cd BlueHunter
sudo python3 -m pip install -r requirements.txt
sudo python3 Install.py
sudo python3 BlueHunter.py

on Ubuntu

sudo apt-get install git python3-pip
git clone https://github.com/AnuhasRox/BlueHunter.git
cd BlueHunter
sudo python3 -m pip install -r requirements.txt
sudo python3 Install.py
sudo python3 BlueHunter.py