introducing PostgreSQL time based blind

This commit is contained in:
Miroslav Stampar
2010-12-07 00:51:14 +00:00
parent 1ba98dc9ec
commit 0da1ebde7d
2 changed files with 39 additions and 13 deletions

View File

@@ -361,8 +361,6 @@ def checkSqlInjection(place, parameter, value):
injectable = True
elif check == "[DELAYED]":
if duration >= max(TIME_MIN_DELTA, TIME_N_RESPONSE * kb.responseTime):
import pdb
pdb.set_trace()
infoMsg = "%s parameter '%s' is '%s' injectable " % (place, parameter, title)
logger.info(infoMsg)