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 a log message specifying which socket reconnect attempt is currently occurring #32

Open AleksaMCode opened 2 months ago

AleksaMCode commented 2 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

Describe the solution that you would like.

Add a log message specifying which socket reconnect attempt is currently occurring, e.g. "Attempting to reconnect 1/5"

Describe alternatives you have considered.

No response

Anything else?

The message should be added here as a else clause: https://github.com/AleksaMCode/Preferred-Network-List-Sniffer/blob/63af45c1a90baca7d12d385923c1aa97ae11b774/sniffer/socket_manager.py#L54