mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
introducing PostgreSQL time based blind
This commit is contained in:
parent
1ba98dc9ec
commit
0da1ebde7d
2 changed files with 39 additions and 13 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue