FS#63603 - [sqlmap] missing python dependencies

Attached to Project: Community Packages
Opened by Edoardo Rosa (edoz90) - Friday, 30 August 2019, 06:55 GMT
Last edited by Leonidas Spyropoulos (inglor) - Wednesday, 06 September 2023, 06:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The community/sqlmap package is missing some python dependencies to perform direct connections to a database. For example:

sqlmap -d 'mysql://test:test@localhost:3306/mysql' returns:

[CRITICAL] SQLAlchemy not available

But installing `community/python2-sqlalchemy` is not enough:

[CRITICAL] SQLAlchemy connection issue ('ImportError: No module named MySQLdb')



Additional info:
* 1.3.7#stable


Steps to reproduce:

- install sqlmap from community
- perform a direct connection to a MySql database
This task depends upon

Closed by  Leonidas Spyropoulos (inglor)
Wednesday, 06 September 2023, 06:02 GMT
Reason for closing:  Won't implement
Additional comments about closing:  The underlying driver depends on the target database and since we don't know which db one will target we won' add all drivers as optdepends - read the docs of the tool and help pages and properly install a db driver.
Comment by Buggy McBugFace (bugbot) - Tuesday, 08 August 2023, 19:11 GMT
This is an automated comment as this bug is open for more then 2 years. Please reply if you still experience this bug otherwise this issue will be closed after 1 month.

Loading...