mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
important improvement
This commit is contained in:
parent
fcd01b3018
commit
569e060aab
5 changed files with 15 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ class ThreadData():
|
|||
|
||||
def __init__(self):
|
||||
self.lastErrorPage = None
|
||||
self.lastHTTPError = None
|
||||
self.lastQueryDuration = 0
|
||||
self.lastRequestUID = 0
|
||||
self.valueStack = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue