mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
adding redirect response to the traffic file
This commit is contained in:
parent
6d2536f217
commit
dd0ed5f5da
3 changed files with 7 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ class _ThreadData(threading.local):
|
|||
self.lastHTTPError = None
|
||||
self.lastRedirectMsg = None
|
||||
self.lastQueryDuration = 0
|
||||
self.lastRequestMsg = None
|
||||
self.lastRequestUID = 0
|
||||
self.retriesCount = 0
|
||||
self.seqMatcher = difflib.SequenceMatcher(None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue