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

Skip to content

Commit a5a70f0

Browse files
committed
minor update
1 parent ecbeecd commit a5a70f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/request/connect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ def getPage(**kwargs):
413413
warnMsg += "from previous timed based payload. if the problem "
414414
warnMsg += "persists please wait for few minutes and rerun "
415415
warnMsg += "without flag T in --technique option "
416-
warnMsg += "(e.g. --flush-session --technique=BEUS)"
416+
warnMsg += "(e.g. --flush-session --technique=BEUS) or try to "
417+
warnMsg += "lower the --time-sec value (e.g. --time-sec=2)"
417418
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.TIME_UNRECOVERED)
418419
elif kb.originalPage is None:
419420
warnMsg = "if the problem persists please try to rerun "

0 commit comments

Comments
 (0)