0xInfection / TIDoS-Framework

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

sslyze cannot install #89

Closed jepunband closed 3 years ago

jepunband commented 4 years ago

Hi failing to install ... pip install don't work & I tried the solution at #28 still the same.

Traceback (most recent call last): File "/opt/tidos/tidos.py", line 13, in from core.tidos_main import File "/opt/tidos/core/tidos_main.py", line 35, in from core.Enumeration.scanenum import File "/opt/tidos/core/Enumeration/scanenum.py", line 25, in from ssltlsscan import * File "modules/0x02-Scanning+Enumeration/ssltlsscan.py", line 14, in import sslyze ImportError: No module named sslyze

I think Sslyze not availabe for armv7 device. Anyone has it running on nethunter?

0xInfection commented 4 years ago

You might be able to use Dockerfile to get TIDoS installed properly. :)