mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-23 19:34:13 +03:00
minor update
This commit is contained in:
parent
4be55c811f
commit
75524c283d
|
@ -579,6 +579,10 @@ class Connect:
|
||||||
warnMsg += "response(s). Please use as high value for "
|
warnMsg += "response(s). Please use as high value for "
|
||||||
warnMsg += "--time-sec option as possible (e.g. 10 or more)"
|
warnMsg += "--time-sec option as possible (e.g. 10 or more)"
|
||||||
logger.critical(warnMsg)
|
logger.critical(warnMsg)
|
||||||
|
elif not kb.testMode:
|
||||||
|
warnMsg = "it is very important not to stress the network adapter's "
|
||||||
|
warnMsg += "bandwidth during usage of time-based queries"
|
||||||
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
if conf.safUrl and conf.saFreq > 0:
|
if conf.safUrl and conf.saFreq > 0:
|
||||||
kb.queryCounter += 1
|
kb.queryCounter += 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user