mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
minor update/fix
This commit is contained in:
parent
7d12dbff41
commit
6295a59a30
|
@ -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 "
|
||||
|
|
Loading…
Reference in New Issue
Block a user