Skip to content

Commit 96e846a

Browse files
committed
Removing EvilTwin-related dependencies
Resolves #89
1 parent 72fc0b2 commit 96e846a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

wifite/wifite.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ def dependency_check(self):
5555
from .tools.aireplay import Aireplay
5656
from .tools.ifconfig import Ifconfig
5757
from .tools.iwconfig import Iwconfig
58-
from .tools.hostapd import Hostapd
59-
from .tools.dnsmasq import Dnsmasq
60-
from .tools.iptables import Iptables
6158
from .tools.bully import Bully
6259
from .tools.reaver import Reaver
6360
from .tools.wash import Wash
@@ -78,9 +75,6 @@ def dependency_check(self):
7875
Macchanger
7976
]
8077

81-
if Configuration.use_eviltwin:
82-
apps.extend([Hostapd, Dnsmasq, Iptables])
83-
8478
missing_required = any([app.fails_dependency_check() for app in apps])
8579

8680
if missing_required:

0 commit comments

Comments
 (0)