mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor update/fix
This commit is contained in:
@@ -243,7 +243,7 @@ class Connect:
|
||||
elif "timeout" in tbMsg:
|
||||
warnMsg = "connection timed out to the target url"
|
||||
elif "BadStatusLine" in tbMsg:
|
||||
debugMsg = "BadStatusLine: %s || %s || %d" % (tbMsg, e, e.line)
|
||||
debugMsg = "BadStatusLine: %s || %s || %s" % (tbMsg, e, e.line)
|
||||
logger.debug(debugMsg)
|
||||
|
||||
warnMsg = "the target url responded with an unknown HTTP "
|
||||
|
||||
Reference in New Issue
Block a user