As LFISuite needs to be run in python2 just edit the file and remove the following: try: from termcolor import colored except: solve_dependencies("termcolor") from termcolor import colored And every word in every line which says 'colored'
As LFISuite needs to be run in python2 just edit the file and remove the following:
try:
from termcolor import colored
except:
solve_dependencies("termcolor")
from termcolor import colored
And every word in every line which says 'colored'