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

Skip to content

Commit e183437

Browse files
committed
minor typo
1 parent 62f8f8d commit e183437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __retryProxy(**kwargs):
8383
# timed based payloads can cause web server unresponsiveness
8484
# if the injectable piece of code is some kind of JOIN-like query
8585
warnMsg = "most probably web server instance hasn't recovered yet "
86-
warnMsg += "from previous timed based payload. if the problem "
86+
warnMsg += "from previous timed based payload. If the problem "
8787
warnMsg += "persists please wait for few minutes and rerun "
8888
warnMsg += "without flag T in --technique option "
8989
warnMsg += "(e.g. --flush-session --technique=BEUS) or try to "

0 commit comments

Comments
 (0)