D35m0nd142 / LFISuite

Totally Automatic LFI Exploiter (+ Reverse Shell) and Scanner
GNU General Public License v3.0
1.7k stars 390 forks source link

Termcolor issue #29

Open vishugummani opened 3 years ago

vishugummani commented 3 years ago

*] Installing module 'termcolor' Requirement already satisfied: termcolor in /usr/lib/python3/dist-packages (1.1.0) WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Traceback (most recent call last): File "lfisuite.py", line 68, in from termcolor import colored ImportError: No module named termcolor

ShivamRai2003 commented 3 years ago

cp /usr/lib/python3/dist-packages/termcolor.py /usr/lib/python2.7/dist-packages python lfisuite.py -h then will work ! Cheers !