mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
cosmetics
This commit is contained in:
parent
ed09c53ee4
commit
95b48746a6
|
@ -1540,7 +1540,7 @@ def wasLastRequestDelayed():
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# 99.9999999997440% of all non time-based sql injection
|
# 99.9999999997440% of all non time-based sql injection
|
||||||
# affected durations should be inside +-7*stdev(durations)
|
# affected response times should be inside +-7*stdev([normal response times])
|
||||||
# (Math reference: http://www.answers.com/topic/standard-deviation)
|
# (Math reference: http://www.answers.com/topic/standard-deviation)
|
||||||
return (kb.lastQueryDuration >= average(kb.responseTimes) + 7 * stdev(kb.responseTimes))
|
return (kb.lastQueryDuration >= average(kb.responseTimes) + 7 * stdev(kb.responseTimes))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user