We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fc0b2 commit 96e846aCopy full SHA for 96e846a
wifite/wifite.py
@@ -55,9 +55,6 @@ def dependency_check(self):
55
from .tools.aireplay import Aireplay
56
from .tools.ifconfig import Ifconfig
57
from .tools.iwconfig import Iwconfig
58
- from .tools.hostapd import Hostapd
59
- from .tools.dnsmasq import Dnsmasq
60
- from .tools.iptables import Iptables
61
from .tools.bully import Bully
62
from .tools.reaver import Reaver
63
from .tools.wash import Wash
@@ -78,9 +75,6 @@ def dependency_check(self):
78
75
Macchanger
79
76
]
80
77
81
- if Configuration.use_eviltwin:
82
- apps.extend([Hostapd, Dnsmasq, Iptables])
83
-
84
missing_required = any([app.fails_dependency_check() for app in apps])
85
86
if missing_required:
0 commit comments