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
158 stars 90 forks source link

Errors when running #84

Open Holding-Space opened 1 year ago

Holding-Space commented 1 year ago

print '"{old_string}" not found in {filename}.'.format(**locals())

File "/home/kali/BeeF-Over-Wan/BeeFOverWan.py", line 98 print color('[✔] File Changed...','green') TabError: inconsistent use of tabs and spaces in indentation

TheTommylongIsHeree commented 1 year ago

Same System: Ubuntu 22.04 LTS Have internet Have Python Same error

Graphing-wiz commented 1 year ago

same error, Ubuntu 22.04 LTS, internet, python3

TheTommylongIsHeree commented 1 year ago

now I do all of that by myself

zakydfls commented 1 year ago

same issue, i got error Screenshot from 2023-07-17 14-11-20

jelacksmith626 commented 10 months ago

I was able to fix the first error at line 89. Just add an extra parenthesis at the beginning and end of that line. However, at line 89 I wasn't able to figure that out.