Probe request scanner to find devices around you. Made with Go!
This is an old project, it will not be updated. It should work. I don't have time to try it, let me know.
go build -o scanner main.go handler.go
sudo ./scanner < interface >
Interface must be in monitor mode!
sudo airmon-ng start < interface >
Request
Response
{ "00:00:00:00:00:00":{"MAC":"00:00:00:00:00:00","BSSID":"ff:ff:ff:ff:ff:ff","Vendor":"Vendor Name","RSSI":-30,"DetectedTime":1553360100}, "AA:AA:AA:AA:AA:AA":{"MAC":"AA:AA:AA:AA:AA:AA","BSSID":"ff:ff:ff:ff:ff:ff","Vendor":"Vendor Name","RSSI":-30,"DetectedTime":1553360100}, }