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

Skip to content

Commit fde3e4c

Browse files
committed
better
1 parent 2f129b0 commit fde3e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/blind/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
116116

117117
if conf.threads == 1 and not timeBasedCompare:
118118
warnMsg = "running in a single-thread mode. Please consider "
119-
warnMsg += "providing --threads switch to speedup data fetching"
119+
warnMsg += "usage of --threads switch to speedup data fetching"
120120
singleTimeWarnMessage(warnMsg)
121121

122122
if conf.verbose in (1, 2) and not showEta:

0 commit comments

Comments
 (0)