mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Better naming
This commit is contained in:
parent
95b922309c
commit
f41460f8d8
8 changed files with 23 additions and 23 deletions
|
|
@ -34,7 +34,7 @@ from lib.core.common import readInput
|
|||
from lib.core.common import removeReflectiveValues
|
||||
from lib.core.common import singleTimeWarnMessage
|
||||
from lib.core.common import stdev
|
||||
from lib.core.common import wasLastRequestDelayed
|
||||
from lib.core.common import wasLastResponseDelayed
|
||||
from lib.core.common import unicodeencode
|
||||
from lib.core.common import urlencode
|
||||
from lib.core.data import conf
|
||||
|
|
@ -827,7 +827,7 @@ class Connect(object):
|
|||
kb.testQueryCount += 1
|
||||
|
||||
if timeBasedCompare:
|
||||
return wasLastRequestDelayed()
|
||||
return wasLastResponseDelayed()
|
||||
elif noteResponseTime:
|
||||
kb.responseTimes.append(threadData.lastQueryDuration)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue