LFISuite icon indicating copy to clipboard operation
LFISuite copied to clipboard

please fix

Open sajeeshab opened this issue 2 years ago • 8 comments

/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..")?

sajeeshab avatar Apr 20 '22 10:04 sajeeshab

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

JustMarfix avatar May 12 '22 16:05 JustMarfix

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

sajeeshab avatar May 14 '22 17:05 sajeeshab

Showing this error

Traceback (most recent call last): File "lfisuite.py", line 50, in import requests ImportError: No module named requests

monikasharma47 avatar Jul 03 '23 04:07 monikasharma47

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

slimamun avatar Aug 23 '23 15:08 slimamun

pip install requests

ulises2k avatar Aug 26 '23 02:08 ulises2k

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..")?

sumonahmedku avatar Sep 01 '23 16:09 sumonahmedku

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

ulises2k avatar Sep 01 '23 23:09 ulises2k

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

0xbitsnbytes avatar Oct 11 '23 01:10 0xbitsnbytes