mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-09 08:09:01 +00:00
Minor bug fix for Microsoft Access case expressions (like --common-tables) in UNION query SQL injection
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
<comment query="%00"/>
|
||||
<timedelay/>
|
||||
<substring query="MID((%s),%d,%d)"/>
|
||||
<case query="IIF(%s,1,0)"/>
|
||||
<case query="SELECT (IIF(%s,1,0))"/>
|
||||
<banner/>
|
||||
<!--CURRENTUSER() is not available outside the MS Access query tool itself-->
|
||||
<current_user/>
|
||||
|
||||
Reference in New Issue
Block a user