mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Adding support for FrontBase
This commit is contained in:
@@ -22,7 +22,7 @@ class Unescaper(AttribDict):
|
||||
|
||||
if dbms is not None:
|
||||
retVal = self[dbms](expression, quote=quote)
|
||||
elif identifiedDbms is not None:
|
||||
elif identifiedDbms is not None and identifiedDbms in self:
|
||||
retVal = self[identifiedDbms](expression, quote=quote)
|
||||
else:
|
||||
retVal = expression
|
||||
|
||||
Reference in New Issue
Block a user