From a5a70f08951175cc0b753eb5a226549e6ca5b14b Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 28 May 2011 18:21:03 +0000 Subject: [PATCH] minor update --- lib/request/connect.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/request/connect.py b/lib/request/connect.py index dcc29e895..37dfbdeb2 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -413,7 +413,8 @@ class Connect: warnMsg += "from previous timed based payload. if the problem " warnMsg += "persists please wait for few minutes and rerun " 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) elif kb.originalPage is None: warnMsg = "if the problem persists please try to rerun "