Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df0b451

Browse files
committed
minor update
1 parent 49fddaf commit df0b451

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/request/connect.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,11 @@ def _randomizeParameter(paramString, randomParameter):
613613
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
614614
clearConsoleLine()
615615

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+
616621
warnMsg = "time-based comparison needs larger statistical "
617622
warnMsg += "model. Making a few dummy requests, please wait.."
618623
singleTimeWarnMessage(warnMsg)

0 commit comments

Comments
 (0)