Traceback (most recent call last):
File "/usr/bin/sqlmap", line 35, in <module>
from lib.controller.controller import start
File "/usr/share/sqlmap/lib/controller/controller.py", line 66, in <module>
from lib.core.target import initTargetEnv
File "/usr/share/sqlmap/lib/core/target.py", line 71, in <module>
from lib.core.xmldump import dumper as xmldumper
File "/usr/share/sqlmap/lib/core/xmldump.py", line 18, in <module>
from xml.parsers.expat import ExpatError
File "/usr/lib/python2.7/xml/parsers/expat.py", line 4, in <module>
from pyexpat import *
ImportError: /usr/lib/python2.7/lib-dynload/pyexpat.x86_64-linux-gnu.so: undefined symbol: XML_SetHashSalt
This is on Kali after doing an upgrade, don't really know what is causing this one though
I get the following output when trying to start sqlmap:
This is on Kali after doing an upgrade, don't really know what is causing this one though