You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/kali/BeeF-Over-Wan/BeeFOverWan.py", line 90
print '"{old_string}" not found in {filename}.'.format(**locals())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered:
Its best if you change the BeeFOverWan.py 's code so that it can run with python 3
Because it was made to run with python 2.
I have actually changed the file so that it can run with python3. Checkout my fork for that
python BeeFOverWan.py
File "/home/kali/BeeF-Over-Wan/BeeFOverWan.py", line 90
print '"{old_string}" not found in {filename}.'.format(**locals())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: