wifite icon indicating copy to clipboard operation
wifite copied to clipboard

cant open please help this error

Open sirhof opened this issue 3 years ago • 1 comments

when i try to run ./wifite.py turn back this error , how can fix it?

File "/home/kali/./wifite.py", line 261 print R + ' [!]' + O + ' ERROR:' + G + ' wifite' + O + ' must be run as ' + R + 'root' + W ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

sirhof avatar Oct 29 '22 23:10 sirhof

iit is missing parentheses which in current versions of python are probably required.

try: print(R + ' [!]' + O + ' ERROR:' + G + ' wifite' + O + ' must be run as ' + R + 'root' + W)

OBS: you will probably receive new errors, that's because the code is old, and also is no longer functional depending on the victim's router.

Vinnybrunn00 avatar May 27 '23 06:05 Vinnybrunn00