mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
replaced third-party library python-mysql with python pymysql, http://code.google.com/p/pymysql/ (MIT license)
This commit is contained in:
@@ -1036,7 +1036,7 @@ def parseTargetDirect():
|
||||
raise sqlmapMissingDependence, errMsg
|
||||
|
||||
elif dbmsName == DBMS.MYSQL:
|
||||
import MySQLdb
|
||||
import pymysql
|
||||
elif dbmsName == DBMS.PGSQL:
|
||||
import psycopg2
|
||||
elif dbmsName == DBMS.ORACLE:
|
||||
|
||||
Reference in New Issue
Block a user