mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
bug fix
This commit is contained in:
parent
4efc284b83
commit
2ab9e30f7a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue