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
python3 lfisuite.py
File "/root/LFI_TOOL/LFISuite/lfisuite.py", line 27
print "[!] pipper not found in the current directory.. Downloading pipper.."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered:
Its a version error, either you learn how to edit python code to current python3 or use 2to3 pip package to update it and still have to learn to read code that way...
python3 lfisuite.py
File "/root/LFI_TOOL/LFISuite/lfisuite.py", line 27
print "[!] pipper not found in the current directory.. Downloading pipper.."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: