mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor patch
This commit is contained in:
parent
ced6711128
commit
7a89433251
3 changed files with 5 additions and 3 deletions
|
|
@ -341,6 +341,8 @@ def processResponse(page, responseHeaders):
|
|||
|
||||
if not kb.tableFrom and Backend.getIdentifiedDbms() in (DBMS.ACCESS,):
|
||||
kb.tableFrom = extractRegexResult(SELECT_FROM_TABLE_REGEX, page)
|
||||
else:
|
||||
kb.tableFrom = None
|
||||
|
||||
if conf.parseErrors:
|
||||
msg = extractErrorMessage(page)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue