0xInfection/TIDoS-Framework

ImportError: No module named PIL.ExifTags

shanow7 opened this issue · 1 comments

tidos-framework# tidos
Traceback (most recent call last):
File "/opt/tidos/tidos.py", line 14, in
from core.tidos_main import *
File "/opt/tidos/core/tidos_main.py", line 32, in
from core.Auxillaries.auxil import *
File "/opt/tidos/core/Auxillaries/auxil.py", line 23, in
from imgext import *
File "modules/0x05-Auxillaries+PF6/imgext.py", line 14, in
import PIL.ExifTags
ImportError: No module named PIL.ExifTags

Hi! This seems to be TIDoS 1.7, so please verify that you use python2 for both installing the dependencies and run the tool. If the error persists: some Pillow versions have had this issue. So, installing a different version of pillow may fix it.

Greetings!