mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
minor update
This commit is contained in:
parent
398b82644a
commit
575e50673b
|
@ -356,8 +356,8 @@ def checkSqlInjection(place, parameter, value):
|
|||
_ = Request.queryPage(reqPayload, place, noteResponseTime = False)
|
||||
duration = calculateDeltaSeconds(start)
|
||||
|
||||
# 99.9999999997440% of all non-time affected durations
|
||||
# should be inside 7*stdev(durations)
|
||||
# 99.9999999997440% of all non time-based sql injection
|
||||
# affected durations should be inside 7*stdev(durations)
|
||||
# (Reference: http://www.answers.com/topic/standard-deviation)
|
||||
trueResult = (duration >= 7 * stdev(kb.responseTimes))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user