You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for putting all of them together. Unfortunately, I ran into a big bug here-
Traceback (most recent call last):
File "/opt/tidos-framework/tidos.py", line 14, in
from tidos_main import *
File "core/tidos_main.py", line 20, in
from impo import *
File "core/impo.py", line 16, in
from passiveo import *
File "core/passiveo.py", line 31, in
from footprint_dup import *
File "core/footprint_dup.py", line 14, in
from activeo import *
File "core/activeo.py", line 31, in
from sqlbrute import *
File "modules/AuxilMods/sqlbrute.py", line 12, in
import _mysql
ImportError: No module named _mysql
Any way to resolve this?
The text was updated successfully, but these errors were encountered:
henrydogard
changed the title
[Tool-Request] Addition of more Exploits
[ImportError] No module named _mysql
Jul 17, 2018
I had fixed it in #11 , it was due to a dependency error of mysql-python. Further, I got the EnvironmentError fixed by adding the client-dev of libmysqlclient-dev. This error shouldn't come up. Still I will investigate it. But from your side can you confirm by a new clone, that this is still persistent?
Hi there,
Thank you for putting all of them together. Unfortunately, I ran into a big bug here-
Any way to resolve this?
The text was updated successfully, but these errors were encountered: