mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-04 17:24:20 +03:00
Minor code improvements
This commit is contained in:
parent
d3c8e461cf
commit
5bb8e154eb
|
@ -213,7 +213,7 @@ class Connect:
|
|||
code = e.code
|
||||
status = e.msg
|
||||
|
||||
debugMsg = "got HTTP error code: %d" % code
|
||||
debugMsg = "got HTTP error code: %d (%s)" % (code, status)
|
||||
logger.debug(debugMsg)
|
||||
|
||||
except (urllib2.URLError, socket.error, socket.timeout, httplib.BadStatusLine), e:
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<root>
|
||||
<regexp value="ASPSESSIONID">
|
||||
<info technology="ASP" type="Windows" distrib="2000"/>
|
||||
<info technology="ASP" type="Windows" distrib="2000|2003"/>
|
||||
</regexp>
|
||||
|
||||
<regexp value="ASP\.NET_SessionId">
|
||||
|
|
Loading…
Reference in New Issue
Block a user