Skip to content

More fixes

Compare
Choose a tag to compare
@kimocoder kimocoder released this 26 Jan 03:01
· 510 commits to master since this release
327457a
  • 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