minor update

This commit is contained in:
Miroslav Stampar 2011-11-20 23:17:57 +00:00
parent 49fddaf668
commit df0b451389

View File

@ -613,6 +613,11 @@ class Connect:
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
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 += "model. Making a few dummy requests, please wait.."
singleTimeWarnMessage(warnMsg)