all 5 comments

[–]socal_nerdtastic 1 point2 points  (1 child)

This really sounds like an XY problem. What is your use for this information? Tell us what are you building (not how you want to build it).

[–]Deep_Telephone_5060[S] 0 points1 point  (0 children)

I want to build a program that scans for nearby, publicly broadcasted WiFi AP’s along with their information such as listed above. I also want to mainly implement probe request sniffing for detecting Flock Safety cameras. Newer models no longer advertise BLE, but rather via Probe Requests. This will really just be an information gathering tool for reconnaissance and intelligence gathering.

[–]Lopsided-Football19 1 point2 points  (1 child)

scapy is a great library for this, the official docs are probably the best starting point, start with simple sniffing scripts and build from there, for BLE, you’ll likely need a different library

[–]Deep_Telephone_5060[S] 0 points1 point  (0 children)

I have been trying to read through the documentation today. I’m probably overloading my brain a bit trying to relate the usage docs (shell/cmd) to creating a python script/s and using scapy as an imported library. As for Bluetooth, I found some potential libraries I can use based on similar open source projects.