mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
cosmetics
This commit is contained in:
parent
ed09c53ee4
commit
95b48746a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1540,7 +1540,7 @@ def wasLastRequestDelayed():
|
|||
"""
|
||||
|
||||
# 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)
|
||||
return (kb.lastQueryDuration >= average(kb.responseTimes) + 7 * stdev(kb.responseTimes))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue