AleksaMCode / Preferred-Network-List-Sniffer

A reconnaissance tool for capturing and displaying SSIDs from device's Preferred Network List.
MIT License
139 stars 7 forks source link

[FEATURE] Display device's manufacturer based on the MAC's OUI #14

Open AleksaMCode opened 8 months ago

AleksaMCode commented 8 months ago

Is there an existing feature request for this?

How badly do you need this?

Is your feature request related to a problem? Please describe.

No response

Describe the solution that you would like.

In addition to SSID and timestamp, PNLS could also display device manufacturer. MAC address is available during packet filtering, which means that we could get OUI and send it to the frontend.

Describe alternatives you have considered.

No response

Anything else?

No response

AleksaMCode commented 8 months ago

Due to the device's built-in security mechanism to randomize MAC address when sending Probe Requests, a value of data we could get from OUI is questionable.