Removing EvilTwin-related dependencies

Resolves #89
This commit is contained in:
derv82
2018-05-27 20:26:26 -04:00
parent 72fc0b27a1
commit 96e846aa82

View File

@@ -55,9 +55,6 @@ class Wifite(object):
from .tools.aireplay import Aireplay from .tools.aireplay import Aireplay
from .tools.ifconfig import Ifconfig from .tools.ifconfig import Ifconfig
from .tools.iwconfig import Iwconfig from .tools.iwconfig import Iwconfig
from .tools.hostapd import Hostapd
from .tools.dnsmasq import Dnsmasq
from .tools.iptables import Iptables
from .tools.bully import Bully from .tools.bully import Bully
from .tools.reaver import Reaver from .tools.reaver import Reaver
from .tools.wash import Wash from .tools.wash import Wash
@@ -78,9 +75,6 @@ class Wifite(object):
Macchanger Macchanger
] ]
if Configuration.use_eviltwin:
apps.extend([Hostapd, Dnsmasq, Iptables])
missing_required = any([app.fails_dependency_check() for app in apps]) missing_required = any([app.fails_dependency_check() for app in apps])
if missing_required: if missing_required: