wifiphisher / roguehostapd

Hostapd fork including Wi-Fi attacks and providing Python bindings with ctypes.
BSD 3-Clause "New" or "Revised" License
175 stars 67 forks source link

Fixed deprecated import of SafeConfigParser to ConfigParser #33

Open jakkpotts opened 1 month ago

jakkpotts commented 1 month ago

SafeConfigParser was deprecated and eventually removed in Python 3. It’s now called ConfigParser in Python 3.

a6a18 commented 1 month ago

awesome!

jakkpotts commented 4 weeks ago

I don't know if this project is too old to continue working on, but if there is let me know.