mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
update
This commit is contained in:
parent
9cd5d3bde7
commit
e176b36a7f
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user