mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
bug fix
This commit is contained in:
parent
4efc284b83
commit
2ab9e30f7a
|
@ -24,6 +24,7 @@ class ThreadData():
|
||||||
self.lastRedirectMsg = None
|
self.lastRedirectMsg = None
|
||||||
self.lastQueryDuration = 0
|
self.lastQueryDuration = 0
|
||||||
self.lastRequestUID = 0
|
self.lastRequestUID = 0
|
||||||
|
self.retriesCount = 0
|
||||||
self.seqMatcher = difflib.SequenceMatcher(None)
|
self.seqMatcher = difflib.SequenceMatcher(None)
|
||||||
self.valueStack = []
|
self.valueStack = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user