mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-11 19:23:45 +03:00
minor update/fix
This commit is contained in:
parent
7d12dbff41
commit
6295a59a30
|
@ -243,7 +243,7 @@ class Connect:
|
||||||
elif "timeout" in tbMsg:
|
elif "timeout" in tbMsg:
|
||||||
warnMsg = "connection timed out to the target url"
|
warnMsg = "connection timed out to the target url"
|
||||||
elif "BadStatusLine" in tbMsg:
|
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)
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
warnMsg = "the target url responded with an unknown HTTP "
|
warnMsg = "the target url responded with an unknown HTTP "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user