mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
update
This commit is contained in:
@@ -1673,6 +1673,9 @@ class Enumeration:
|
|||||||
stackedTest()
|
stackedTest()
|
||||||
|
|
||||||
if not kb.stackedTest and not conf.direct:
|
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
|
return None
|
||||||
else:
|
else:
|
||||||
if sqlType:
|
if sqlType:
|
||||||
|
|||||||
Reference in New Issue
Block a user