BeeF-Over-Wan
BeeF-Over-Wan copied to clipboard
Tab Error
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?
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.