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

Throwing syntax error while executing the BeefOverWan.py #48

Open Shuvamoy opened 3 years ago

Shuvamoy commented 3 years ago

File "/home/user/Downloads/tools/BeeF-Over-Wan/BeeFOverWan.py", line 90 print '"{old_string}" not found in {filename}.'.format(**locals()) ^ SyntaxError: invalid syntax

drpain365 commented 3 years ago

Just use python2.7 BeeFOverWan.py

aditya-Jai commented 1 year ago

after use python2.7 Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor