mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
Minor adjustment
This commit is contained in:
parent
56f0b811a6
commit
e81e474646
|
@ -1180,8 +1180,8 @@ def checkWaf():
|
||||||
conf.identifyWaf = True
|
conf.identifyWaf = True
|
||||||
|
|
||||||
if conf.timeout == defaults.timeout:
|
if conf.timeout == defaults.timeout:
|
||||||
logger.warning("dropping timeout to 5 seconds (i.e. '--timeout=5')")
|
logger.warning("dropping timeout to %d seconds (i.e. '--timeout=%d')" % (IDS_WAF_CHECK_TIMEOUT, IDS_WAF_CHECK_TIMEOUT))
|
||||||
conf.timeout = 5
|
conf.timeout = IDS_WAF_CHECK_TIMEOUT
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user