EvilTwinFramework icon indicating copy to clipboard operation
EvilTwinFramework copied to clipboard

Script startup error on Kali Linux

Open aligrt opened this issue 4 years ago • 1 comments

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.

aligrt avatar Feb 28 '21 05:02 aligrt

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

xqxSpl0iT avatar May 13 '21 11:05 xqxSpl0iT