0xInfection / TIDoS-Framework

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

Tidos doesn't run - gives statck trace. #107

Closed richdev135 closed 4 years ago

richdev135 commented 4 years ago

Trying to run tidos gives me this error.

$ python3 tidos.py Traceback (most recent call last): File "tidos.py", line 14, in <module> from core.tidos_main import File "/media/cinnamon-remix/OS/Linux/Dev/Tidos/tidos-framework/core/tidos_main.py", line 32, in <module> from core.Auxillaries.auxil import File "/media/cinnamon-remix/OS/Linux/Dev/Tidos/tidos-framework/core/Auxillaries/auxil.py", line 20, in <module> from encodeall import * File "modules/0x05-Auxillaries+PF6/encodeall.py", line 15, in <module> from cgi import escape `ImportError: cannot import name 'escape' from 'cgi' (/usr/lib/python3.8/cgi.py)

0xInfection commented 4 years ago

Use python2.