mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Introducing extra validation property in case of time-based SQLi (HTTP code) - Issue #1973
This commit is contained in:
parent
556b4d289e
commit
09617c8243
6 changed files with 21 additions and 9 deletions
|
|
@ -1140,6 +1140,7 @@ class Connect(object):
|
|||
|
||||
threadData.lastQueryDuration = calculateDeltaSeconds(start)
|
||||
threadData.lastPage = page
|
||||
threadData.lastCode = code
|
||||
|
||||
kb.originalCode = kb.originalCode or code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue