stormshadow07 / BeeF-Over-Wan

Browser Exploitation Framework is a Open-source penetration testing tool that focuses on browser-based vulnerabilities .This Python Script does the changes Required to make hooked Linked Accessible Over WAN .So anyone can use this framework and Attack Over WAN without Port Forwarding [NGROK or any Localhost to Webhost Service Required ]
GNU General Public License v3.0
153 stars 93 forks source link

ImportError: No module named termcolor #64

Open Lilpablo999 opened 2 years ago

Lilpablo999 commented 2 years ago

please can anyone help, isn't working with python2 & 3 here is the error i got $ python2 BeeFOverWan.py 1 ⨯ Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor

and i tried to install with pip2 install termcolor but still samething

please help

kaj101 commented 2 years ago

i am experiencing the same issue have you figured this out?

Lilpablo999 commented 2 years ago

i am experiencing the same issue have you figured this out?

yes bro you just have to install termcolor on your desktop or where you install Beef-over-wan

kaj101 commented 2 years ago

hello i am still struggling to get this working i get to the point of putting in "python2 BeeFOverWan.py" then i get this error; Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor i have tried installing termcolor multiple times yet to no avail help would be appreciated.

Lilpablo999 commented 2 years ago

you need to get python2 pip else download and extract termcolor on your desktop

kaj101 commented 2 years ago

will do thanks for the help