mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
implemented --banner for MaxDB and some minor fixes
This commit is contained in:
parent
49bf34ffd9
commit
cd0d4135ac
7 changed files with 17 additions and 59 deletions
|
|
@ -420,13 +420,13 @@
|
|||
<!-- SAP MaxDB -->
|
||||
<dbms value="SAP MaxDB">
|
||||
<length query="LENGTH(%s)"/>
|
||||
<inference/>
|
||||
<timedelay/>
|
||||
<banner query="SELECT ID FROM SYSINFO.VERSION"/>
|
||||
<isnull query="VALUE(%s,' ')" query2="IFNULL(%s, ' ')"/>
|
||||
<comment query="--" query2="#"/>
|
||||
<count query="COUNT(%s)"/>
|
||||
<cast query="CHR(%s)"/>
|
||||
<!-- No real cast on SAP MaxDB -->
|
||||
<cast query="REPLACE(%s, ' ', '_')"/>
|
||||
<current_user query="SELECT USER() FROM DUAL"/>
|
||||
<current_db query="SELECT DATABASE() FROM DUAL"/>
|
||||
<order query="ORDER BY %s ASC"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue