mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +03:00
fix
This commit is contained in:
parent
266974829d
commit
27496b91b2
|
@ -407,12 +407,13 @@
|
||||||
<!-- SAP MaxDB -->
|
<!-- SAP MaxDB -->
|
||||||
<dbms value="SAP MaxDB">
|
<dbms value="SAP MaxDB">
|
||||||
<length query="LENGTH(%s)"/>
|
<length query="LENGTH(%s)"/>
|
||||||
<inference query="AND NUM(SUBSTR((%s), %d, 1)) > %d"/>
|
<inference/>
|
||||||
<timedelay/>
|
<timedelay/>
|
||||||
<banner query="SELECT ID FROM SYSINFO.VERSION"/>
|
<banner query="SELECT ID FROM SYSINFO.VERSION"/>
|
||||||
<isnull query="%s IS NULL"/>
|
<isnull query="VALUE(%s,' ')"/>
|
||||||
<comment query="--"/>
|
<comment query="--"/>
|
||||||
<count query="COUNT(%s)"/>
|
<count query="COUNT(%s)"/>
|
||||||
|
<cast query="CHR(%s)"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
</root>
|
</root>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user