Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please fix #34

Open
sajeeshab opened this issue Apr 20, 2022 · 8 comments
Open

please fix #34

sajeeshab opened this issue Apr 20, 2022 · 8 comments

Comments

@sajeeshab
Copy link

/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("[!] pipper not found in the current directory.. Downloading pipper..")?

@JustMarfix
Copy link

You need to install python2 and type in your terminal:
python2 <path_to_lfisuite.py>

@sajeeshab
Copy link
Author

Installing module 'termcolor'
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: termcolor in /usr/lib/python3/dist-packages (1.1.0)
Traceback (most recent call last):
File "lfisuite.py", line 68, in
from termcolor import colored
ImportError: No module named termcolor

@slimamun
Copy link

File "lfisuite.py", line 50, in
import requests
ImportError: No module named requests

@ulises2k
Copy link

pip install requests

@sumonahmedku
Copy link

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("[!] pipper not found in the current directory.. Downloading pipper..")?

@ulises2k
Copy link

ulises2k commented Sep 1, 2023

Edit the file by putting parentheses on it. I should stay.
print("[!] pipper not found in current directory... Downloading pipper...")

@0xbitsnbytes
Copy link

Python3 is required, use 2 to 3 tools , To convert this tool to python3. Still Coding changing is required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@ulises2k @sumonahmedku @sajeeshab @JustMarfix @slimamun @0xbitsnbytes and others