mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
update
This commit is contained in:
parent
9cd5d3bde7
commit
e176b36a7f
|
@ -1673,6 +1673,9 @@ class Enumeration:
|
|||
stackedTest()
|
||||
|
||||
if not kb.stackedTest and not conf.direct:
|
||||
warnMsg = "sql query option is only available "
|
||||
warnMsg += "when stacked queries are supported"
|
||||
logger.warn(warnMsg)
|
||||
return None
|
||||
else:
|
||||
if sqlType:
|
||||
|
|
Loading…
Reference in New Issue
Block a user