mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
minor update
This commit is contained in:
parent
ecbeecdccf
commit
a5a70f0895
|
@ -413,7 +413,8 @@ class Connect:
|
||||||
warnMsg += "from previous timed based payload. if the problem "
|
warnMsg += "from previous timed based payload. if the problem "
|
||||||
warnMsg += "persists please wait for few minutes and rerun "
|
warnMsg += "persists please wait for few minutes and rerun "
|
||||||
warnMsg += "without flag T in --technique option "
|
warnMsg += "without flag T in --technique option "
|
||||||
warnMsg += "(e.g. --flush-session --technique=BEUS)"
|
warnMsg += "(e.g. --flush-session --technique=BEUS) or try to "
|
||||||
|
warnMsg += "lower the --time-sec value (e.g. --time-sec=2)"
|
||||||
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.TIME_UNRECOVERED)
|
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.TIME_UNRECOVERED)
|
||||||
elif kb.originalPage is None:
|
elif kb.originalPage is None:
|
||||||
warnMsg = "if the problem persists please try to rerun "
|
warnMsg = "if the problem persists please try to rerun "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user