diff --git a/active/software_wireshark/wireshark.md b/active/software_wireshark/wireshark.md new file mode 100644 index 0000000..b4828cf --- /dev/null +++ b/active/software_wireshark/wireshark.md @@ -0,0 +1,11 @@ +# Wireshark + +## Bluetooth Sniffing + +```bash +# Enable bluetooth LE scan +bluetoothctl +scan le +``` + +Open wireshark, select your bluetooth interface, start recording. \ No newline at end of file