mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
replaced third-party library python-mysql with python pymysql, http://code.google.com/p/pymysql/ (MIT license)
This commit is contained in:
parent
e76cb19e35
commit
1cb12ea659
5 changed files with 15 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue