mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Unescaping is renamed to escaping
This commit is contained in:
@@ -30,4 +30,4 @@ class MaxDBMap(Syntax, Fingerprint, Enumeration, Filesystem, Miscellaneous, Take
|
||||
Miscellaneous.__init__(self)
|
||||
Takeover.__init__(self)
|
||||
|
||||
unescaper[DBMS.MAXDB] = Syntax.unescape
|
||||
unescaper[DBMS.MAXDB] = Syntax.escape
|
||||
|
||||
Reference in New Issue
Block a user