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

Skip to content

Commit be2da77

Browse files
committed
minor update
1 parent 21c6b52 commit be2da77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ def __setHTTPExtraHeaders():
11031103
if header and value:
11041104
conf.httpHeaders.append((header, value))
11051105
else:
1106-
errMsg = "Invalid header value: %s" % repr(headerValue).lstrip('u')
1106+
errMsg = "invalid header value: %s. Valid header format is 'name:value'" % repr(headerValue).lstrip('u')
11071107
raise sqlmapSyntaxException, errMsg
11081108

11091109
elif not conf.httpHeaders or len(conf.httpHeaders) == 1:

0 commit comments

Comments
 (0)