0xInfection / TIDoS-Framework

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

[N/A] => tidos is not running #52

Closed gbiagomba closed 5 years ago

gbiagomba commented 5 years ago

Hello @0xInfection ,

I performed a clean install of TIDoS and now I am having issues running the tidos script. Below is the output of my first run

Traceback (most recent call last):
  File "/opt/tidos/tidos.py", line 14, in <module>
    from core.tidos_main import *
  File "/opt/tidos/core/tidos_main.py", line 36, in <module>
    from core.Enumeration.scanenum import *
  File "/opt/tidos/core/Enumeration/scanenum.py", line 24, in <module>
    from ssltlsscan import *
  File "modules/0x02-Scanning+Enumeration/ssltlsscan.py", line 15, in <module>
    import sslyze
ImportError: No module named sslyze
0xInfection commented 5 years ago

Follow the steps here. It should solve your error.

gbiagomba commented 5 years ago

@0xInfection I reran the install and it seemed to have installed correctly