mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
More generic patch for an Issue #994
This commit is contained in:
parent
4e7f835eae
commit
20c272b77d
|
@ -543,7 +543,7 @@ class Connect(object):
|
|||
warnMsg = "connection timed out to the target URL"
|
||||
elif "URLError" in tbMsg or "error" in tbMsg:
|
||||
warnMsg = "unable to connect to the target URL"
|
||||
elif "unpack requires a string argument of length 4" in tbMsg:
|
||||
elif "NTLM" in tbMsg:
|
||||
warnMsg = "there has been a problem with NTLM authentication"
|
||||
elif "BadStatusLine" in tbMsg:
|
||||
warnMsg = "connection dropped or unknown HTTP "
|
||||
|
|
Loading…
Reference in New Issue
Block a user