mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor update
This commit is contained in:
@@ -579,6 +579,10 @@ class Connect:
|
||||
warnMsg += "response(s). Please use as high value for "
|
||||
warnMsg += "--time-sec option as possible (e.g. 10 or more)"
|
||||
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:
|
||||
kb.queryCounter += 1
|
||||
|
||||
Reference in New Issue
Block a user