mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor update related to the last one
This commit is contained in:
parent
45caadbd4a
commit
61b960f65f
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ 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. --technique=BEUS)"
|
warnMsg += "(e.g. --flush-session --technique=BEUS)"
|
||||||
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 a new issue