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