mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
added response time kb attribute
This commit is contained in:
parent
73dfb69308
commit
612ee08a0b
4 changed files with 6 additions and 3 deletions
|
|
@ -265,7 +265,7 @@ def start():
|
|||
|
||||
setupTargetEnv()
|
||||
|
||||
if not checkConnection(conf.forms) or not checkString() or not checkRegexp():
|
||||
if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp():
|
||||
continue
|
||||
|
||||
if conf.nullConnection:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue