Error when running sqlmap
no
Just running sqlmap, version 1.1.8-1 on blackarch (arch linux)
That's strange because never before I had to have oracle installed in order to run sqlmap
@FabioNevesRezende cx_Oracle seems to be installed, though, in non-valid state. Nevertheless, find sqlmap "patched" with the latest revision
I have the same issue
@ChrisFernandez with latest HEAD revision. I don't think so
I _was_ having this issue until I realized I had previously installed it by hand instead of using the blackarch package. Once I removed the manually installed version and switched to the black arch version things were fine.
Oracle Client library should be installed (as per message) manually
Also, as cx_Oracle installation is messed up altogether, most probably you'll need to install: sudo apt-get install libaio1 libaio-dev
libaio1 and libaio-dev is not enough - needs libclntsh.so at least more..
cx_Oracle installation instructions can be found at https://cx-oracle.readthedocs.io/en/latest/installation.html
This is still an issue and is not fixed.
pip install cx_oracle
when this doesn't do anything
That means that the package is broken IMO and the readTheDocs is not covering the solution at this time. Can we please continue to investigate?
@gnubyte can you please describe what is going on in your place?
Most helpful comment
cx_Oracleinstallation instructions can be found at https://cx-oracle.readthedocs.io/en/latest/installation.html