11 lines
162 B
Markdown
11 lines
162 B
Markdown
# Wireshark
|
|
|
|
## Bluetooth Sniffing
|
|
|
|
```bash
|
|
# Enable bluetooth LE scan
|
|
bluetoothctl
|
|
scan le
|
|
```
|
|
|
|
Open wireshark, select your bluetooth interface, start recording. |