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] Add SSID filtering #29

Closed AleksaMCode closed 5 months ago

AleksaMCode commented 5 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.

When capturing SSIDs, a lot of captured SSIDs are of the locally available network(s). If in the near vicinity of the PNLS, you have a lot of devices which are connected to the local network (e.q. My-Network) the sniffer can get flooded with My-Network SSIDs. As there is no value in capturing local SSIDs, it makes sense to remove these values. Also, filtering out these SSIDs might help with an overall performance.

Describe the solution that you would like.

Add SSID filtering to the backend. Once the SSID is captured, filter out values which are stored in the SSID filter list.

Describe alternatives you have considered.

No response

Anything else?

No response