Esser50K / EvilTwinFramework

A framework for pentesters that facilitates evil twin attacks as well as exploiting other wifi vulnerabilities
GNU General Public License v2.0
257 stars 53 forks source link

Port Code to Python3 #5

Open Esser50K opened 6 years ago

Esser50K commented 6 years ago

The framework uses old versions of some libraries because it is written in Python2. This used to be necessary since Scapy did not support Python3 yet, but it does now so it should be possible to update the frameworks base code.

dvaruas commented 1 year ago

Wouldn't it just be as simple as using - https://docs.python.org/3/library/2to3.html :D Better do it fast though, it's already marked deprecated and will be removed from the standard lib soon...