0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.76k stars 388 forks source link

ImportError: No module named PIL.ExifTags #116

Closed shanow7 closed 3 years ago

shanow7 commented 3 years ago

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

VainlyStrain commented 3 years ago

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!