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] => tidos is not running #53

Closed avishkak closed 5 years ago

avishkak commented 5 years ago
[root@localhost tidos-framework]# tidos
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 32, in <module>
    from core.Auxillaries.auxil import *
  File "/opt/tidos/core/Auxillaries/auxil.py", line 23, in <module>
    from imgext import *
  File "modules/0x05-Auxillaries+PF6/imgext.py", line 17, in <module>
    from pyexiv2 import ImageMetadata, ExifTag # python2
  File "/usr/lib64/python2.7/site-packages/pyexiv2-0.3.2-py2.7-linux-x86_64.egg/pyexiv2/__init__.py", line 60, in <module>
    import libexiv2python
ImportError: libboost_python-py27.so.1.62.0: cannot open shared object file: No such file or directory
0xInfection commented 5 years ago

Did you follow the installation steps correctly? If yes, I will need your OS info on which you're running TIDoS.

avishkak commented 5 years ago

Im running this on Fedora 29

0xInfection commented 5 years ago

Before submitting any issue, try Googling the error for at least once. Here's what I got on StackOverflow. It is your local error, not some error due to TIDoS (which I initially thought).

0xInfection commented 5 years ago

This is for a note that pyexiv2 is no more a dependency for TIDoS, so neither is Boost Python, so now TIDoS should work fine without them and should not throw out this error.