mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update toward the implementation of request from Santiago
This commit is contained in:
parent
0535225fe7
commit
fbd0cfda29
2 changed files with 8 additions and 3 deletions
|
|
@ -21,6 +21,7 @@ class ThreadData():
|
|||
self.disableStdOut = False
|
||||
self.lastErrorPage = None
|
||||
self.lastHTTPError = None
|
||||
self.lastRedirectMsg = None
|
||||
self.lastQueryDuration = 0
|
||||
self.lastRequestUID = 0
|
||||
self.seqMatcher = difflib.SequenceMatcher(None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue