mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
bug fix
This commit is contained in:
@@ -39,5 +39,4 @@ class MySQLMap(Syntax, Fingerprint, Enumeration, Filesystem, Miscellaneous, Take
|
||||
Miscellaneous.__init__(self)
|
||||
Takeover.__init__(self)
|
||||
|
||||
unescaper[DBMS.MYSQL] = MySQLMap.unescape
|
||||
unescaper.setUnescape(MySQLMap.unescape)
|
||||
unescaper[DBMS.MYSQL] = Syntax.unescape
|
||||
|
||||
Reference in New Issue
Block a user