mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Couple of fixes and some testing stuff
This commit is contained in:
parent
381deb68ff
commit
212c1ec1f2
7 changed files with 21 additions and 10 deletions
|
|
@ -59,6 +59,7 @@ class _ThreadData(threading.local):
|
|||
self.retriesCount = 0
|
||||
self.seqMatcher = difflib.SequenceMatcher(None)
|
||||
self.shared = shared
|
||||
self.validationRun = 0
|
||||
self.valueStack = []
|
||||
|
||||
ThreadData = _ThreadData()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue