mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Initial support for partial UNION query sql injection
This commit is contained in:
@@ -95,7 +95,7 @@ def unionTest():
|
||||
|
||||
query = agent.prefixQuery(" UNION ALL SELECT NULL")
|
||||
|
||||
for comment in ("", queries[kb.dbms].comment):
|
||||
for comment in (queries[kb.dbms].comment, ""):
|
||||
value = __effectiveUnionTest(query, comment)
|
||||
|
||||
if value:
|
||||
|
||||
Reference in New Issue
Block a user