Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fddaf commit df0b451Copy full SHA for df0b451
1 file changed
lib/request/connect.py
@@ -613,6 +613,11 @@ def _randomizeParameter(paramString, randomParameter):
613
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
614
clearConsoleLine()
615
616
+ if conf.tor:
617
+ warnMsg = "it's highly recommended to avoid usage of --tor switch for "
618
+ warnMsg += "time-based injections because of it's high latency time"
619
+ singleTimeWarnMessage(warnMsg)
620
+
621
warnMsg = "time-based comparison needs larger statistical "
622
warnMsg += "model. Making a few dummy requests, please wait.."
623
singleTimeWarnMessage(warnMsg)
0 commit comments