0xInfection / TIDoS-Framework

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

[N/A] => Issue after Install #56

Closed gboisec closed 5 years ago

gboisec commented 5 years ago

After Install and trying to start I get the following Error:

python2 tidos.py
Traceback (most recent call last):
  File "tidos.py", line 14, in <module>
    from core.tidos_main import *
  File "/home/gbo/TIDoS-Framework/core/tidos_main.py", line 37, in <module>
    from core.Vulnlysis.vuln import *
  File "/home/gbo/TIDoS-Framework/core/Vulnlysis/vuln.py", line 17, in <module>
    from core.Vulnlysis.Oth_Bugs.othbugs import *
  File "/home/gbo/TIDoS-Framework/core/Vulnlysis/Oth_Bugs/othbugs.py", line 22, in <module>
    from sqlbrute import *
  File "modules/0x03-Vulnerability+Analysis/0x03-OtherWebBugs/sqlbrute.py", line 12, in <module>
    import _mysql
  File "build/bdist.linux-x86_64/egg/_mysql.py", line 7, in <module>
  File "build/bdist.linux-x86_64/egg/_mysql.py", line 6, in __bootstrap__
ImportError: libmariadbclient.so.18: cannot open shared object file: No such file or directory

Anyone had the same issue?

OS Ubuntu 18.04 LTS

0xInfection commented 5 years ago

This is the first kind of issue. Try doing pip install PyMySQLand tell me if it solves the bug.

If not, try doing a apt install --reinstall libmariadbclient18. (which should solve the dependency bug).

gboisec commented 5 years ago

Same error after installing PyMySQL

gboisec commented 5 years ago

For everyone having the same problem -> apt install --reinstall libmariadbclient18

solved my issue

godeyes333 commented 5 years ago

python2 tidos.py

Traceback (most recent call last):                                                                  File "tidos.py", line 14, in <module>
    from core.tidos_main import *
  File "/root/tidos-framework/core/tidos_main.py", line 32, in <module>
    from core.Auxillaries.auxil import *                                                            File "/root/tidos-framework/core/Auxillaries/auxil.py", line 23, in <module>                        from imgext import *
  File "modules/0x05-Auxillaries+PF6/imgext.py", line 14, in <module>                                 import PIL.ExifTags
ImportError: No module named PIL.ExifTags
0xInfection commented 5 years ago

A pip install pillow will fix it.

godeyes333 commented 5 years ago

Can not.

0xInfection commented 5 years ago

@godeyes333 try using a standard Python interpreter. Termux is not a Python CL Interpreter.

Plus, TIDoS requires root access to a major root access to the linux filesystem, which I guess Termux doesn't have.

neverkknown commented 4 years ago

I have an issue installing it please suggest a solution for it

tidos issue Capture