mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor update
This commit is contained in:
@@ -21,10 +21,9 @@ from plugins.generic.connector import Connector as GenericConnector
|
||||
|
||||
class Connector(GenericConnector):
|
||||
"""
|
||||
Homepage: http://code.google.com/p/pymysql/
|
||||
User guide: http://code.google.com/p/pymysql/
|
||||
API: http://code.google.com/p/pymysql/
|
||||
Debian package: <none>
|
||||
Homepage: https://github.com/PyMySQL/PyMySQL
|
||||
User guide: https://pymysql.readthedocs.io/en/latest/
|
||||
Debian package: python3-pymysql
|
||||
License: MIT
|
||||
|
||||
Possible connectors: http://wiki.python.org/moin/MySQL
|
||||
|
||||
Reference in New Issue
Block a user