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

Import Errror: no module named termcolor #56

Open sreeprakash93 opened 2 years ago

sreeprakash93 commented 2 years ago

when i run python2.7 BeeFOverWan.py i am getting this error.

File "BeeFOverWan.py", line 8, in from termcolor import colored Import Errror: no module named termcolor

kindlu suggest on this please

xavitc100 commented 2 years ago

I installed termcolor wiht pip and it worked for me I used: pip2 install termcolor and then i could execute the py file with python2 python2 BeeFOverWan.py

hdawg12 commented 1 year ago

i tried python2 BeeFOverWan.py and I get this error: print '"{old_string}" not found in {filename}.'.format(**locals())

what do I do?

Blackrose-blackhat commented 1 year ago

same issue