Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f8f8d commit e183437Copy full SHA for e183437
1 file changed
lib/request/connect.py
@@ -83,7 +83,7 @@ def __retryProxy(**kwargs):
83
# timed based payloads can cause web server unresponsiveness
84
# if the injectable piece of code is some kind of JOIN-like query
85
warnMsg = "most probably web server instance hasn't recovered yet "
86
- warnMsg += "from previous timed based payload. if the problem "
+ warnMsg += "from previous timed based payload. If the problem "
87
warnMsg += "persists please wait for few minutes and rerun "
88
warnMsg += "without flag T in --technique option "
89
warnMsg += "(e.g. --flush-session --technique=BEUS) or try to "
0 commit comments