mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Couple of wording updates
This commit is contained in:
parent
9fab2c9764
commit
220dffbcfa
7 changed files with 15 additions and 15 deletions
|
|
@ -1162,7 +1162,7 @@ class Connect(object):
|
|||
|
||||
if conf.tor:
|
||||
warnMsg = "it's highly recommended to avoid usage of switch '--tor' for "
|
||||
warnMsg += "time-based injections because of its high latency time"
|
||||
warnMsg += "time-based injections because of inherent high latency time"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
||||
warnMsg = "[%s] [WARNING] %stime-based comparison requires " % (time.strftime("%X"), "(case) " if kb.responseTimeMode else "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue