mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Bug fix (wrong handler used in case of DBMS resolution)
This commit is contained in:
@@ -1913,6 +1913,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.reflectiveCounters = {REFLECTIVE_COUNTER.MISS: 0, REFLECTIVE_COUNTER.HIT: 0}
|
||||
kb.requestCounter = 0
|
||||
kb.resendPostOnRedirect = None
|
||||
kb.resolutionDbms = None
|
||||
kb.responseTimes = {}
|
||||
kb.responseTimeMode = None
|
||||
kb.responseTimePayload = None
|
||||
|
||||
Reference in New Issue
Block a user