mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor layout adjustments, minor fixes and updated changelog
This commit is contained in:
parent
fa0507ab39
commit
654aecedfe
13 changed files with 133 additions and 58 deletions
|
|
@ -39,7 +39,7 @@ from lib.core.data import kb
|
|||
from lib.core.data import logger
|
||||
from lib.core.exception import sqlmapConnectionException
|
||||
from lib.request.basic import forgeHeaders
|
||||
from lib.request.basic import parsePage
|
||||
from lib.request.basic import parseResponse
|
||||
|
||||
|
||||
|
||||
|
|
@ -196,7 +196,7 @@ class Connect:
|
|||
else:
|
||||
raise sqlmapConnectionException, warnMsg
|
||||
|
||||
parsePage(page)
|
||||
parseResponse(page, responseHeaders)
|
||||
responseMsg += "(%s - %d):\n" % (status, code)
|
||||
|
||||
if conf.verbose <= 4:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue