0xInfection / TIDoS-Framework

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

[Invalid] => cant open this tools in mac OSX #35

Closed ismartSa closed 5 years ago

ismartSa commented 5 years ago

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

0xInfection commented 5 years ago

TIDoS is built on Python 2.x, so make a confirmation that you're defaulting on Python 2.x version. Try installing the pillow module via pip2 install pillow and try again. 🙂

ismartSa commented 5 years ago

think you i will try now .