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

Replace os.system calls by something more platform independent. #6

Open Esser50K opened 6 years ago

Esser50K commented 6 years ago

There are a lot of calls to os.system that only work on Debian based distros. And a lot of calls to NetworkManager.

Calls to NetworkManager are just there to ignore Wi-Fi interfaces but this does not work for all distros and does not work in a VM or Docker.

dakshil commented 4 years ago

Probably late to comment, but could a wrapper be created of os.system which handles the platform dependent part?