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

Tab Error #75

Open SupremeSkriptKiddie opened 1 year ago

SupremeSkriptKiddie commented 1 year ago

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

this looks like it was coded in python2. I tried running it with python and python2 but seems loaded with errors. I'll fix one syntax error then run it and another will pop up. how is anyone just cloning and running this without issue?

p0syd0n commented 1 year ago

the rest of the code is indented differently than that one line. Use 2to3 to convert the whole file to python 3, and then change the indentation of that line to what the indentation is for the rest of the file.