From e183437f0bf8e07e3524e6b85a072bacd84986a0 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 10 Nov 2011 10:30:53 +0000 Subject: [PATCH] minor typo --- lib/request/connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request/connect.py b/lib/request/connect.py index ac98d854c..4c47b9b61 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -83,7 +83,7 @@ class Connect: # 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 += "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 += "without flag T in --technique option " warnMsg += "(e.g. --flush-session --technique=BEUS) or try to "