mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -613,6 +613,11 @@ class Connect:
|
|||||||
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||||
clearConsoleLine()
|
clearConsoleLine()
|
||||||
|
|
||||||
|
if conf.tor:
|
||||||
|
warnMsg = "it's highly recommended to avoid usage of --tor switch for "
|
||||||
|
warnMsg += "time-based injections because of it's high latency time"
|
||||||
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
warnMsg = "time-based comparison needs larger statistical "
|
warnMsg = "time-based comparison needs larger statistical "
|
||||||
warnMsg += "model. Making a few dummy requests, please wait.."
|
warnMsg += "model. Making a few dummy requests, please wait.."
|
||||||
singleTimeWarnMessage(warnMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|||||||
Reference in New Issue
Block a user