mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Issue #2417 (most probably -> most likely)
This commit is contained in:
parent
7ea524800a
commit
b18444f215
6 changed files with 11 additions and 11 deletions
|
|
@ -146,7 +146,7 @@ class Connect(object):
|
|||
if kb.testMode and kb.previousMethod == PAYLOAD.METHOD.TIME:
|
||||
# timed based payloads can cause web server unresponsiveness
|
||||
# if the injectable piece of code is some kind of JOIN-like query
|
||||
warnMsg = "most probably web server instance hasn't recovered yet "
|
||||
warnMsg = "most likely web server instance hasn't recovered yet "
|
||||
warnMsg += "from previous timed based payload. If the problem "
|
||||
warnMsg += "persists please wait for a few minutes and rerun "
|
||||
warnMsg += "without flag 'T' in option '--technique' "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue