EvilTwinFramework
EvilTwinFramework copied to clipboard
Script startup error on Kali Linux
I am trying to run ETF on kali it shows below error
Traceback (most recent call last):
File "./etfconsole.py,line 3, in
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.
you can use pip install termcolor to install missing packages or use python -m pip install termcolor