More fixes
-
ip: fixed getting the interface mac issue (fixes WEP attacks)
-
More python3 fixes (should be working fine with python3.8)
-
Fixed two shebangs to use system preferred python version
(so even though python2 is deprecated as of 1st of january, it's still supported.) -
Check if system ieee-datas's OUI.txt is present, if not use our own
-
Revert BAD_DRIVERS, fixes Interface/adapter selection
-
Optimized imports
-
Add flake8 to tests
-
Updated setup.py
-
Updated dockerfile
-
Updated TODO
-
Updated README.md
-
Add GitHub badges