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] => ImportError: No module named sslyze #32

Closed glenncoco44 closed 5 years ago

glenncoco44 commented 5 years ago

The install of tidos completes successfully but when i try to run the application i get the following error:

ImportError: No module named sslyze

i have confirmed sslyze is installed on my machine - sslyze is already the newest version (0.12-0kali1)

I am attempting to run the app on Parrot OS updated to the newest version

0xInfection commented 5 years ago

Are you running this on Python 2? Is Python 2 your default py version? I just made a commit b346c45, which might fix your problem. Also try having a look at #28, a similar problem to yours.

Since this is not an error generated due to TIDoS and is a mere local dependency error, I am closing this for now, Feel free to open up other issues which you might encounter while running TIDoS.