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

Script startup error on Kali Linux #9

Open aligrt opened 3 years ago

aligrt commented 3 years ago

I am trying to run ETF on kali it shows below error

Traceback (most recent call last): File "./etfconsole.py,line 3, in from termcolor import colored ImportantError: No module named termcolor

I have already installed termcolor /use/lib/python3/dist-packages

I have tried to copy termcolor.py in "/use/lib/python2.7" but no luck.

Any solution to fix this issue.

xqxSpl0iT commented 3 years ago

you can use pip install termcolor to install missing packages or use python -m pip install termcolor