From 1361c726d9f7652fca6f0aacccf40366ea5d0e08 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Tue, 14 Oct 2025 12:36:50 -0400 Subject: [PATCH] add bluetooth wireshark notes --- active/software_wireshark/wireshark.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 active/software_wireshark/wireshark.md 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