mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
added support for fingerprinting SAP MaxDB (Issue 143)
This commit is contained in:
parent
7a7938a6da
commit
48cc87f6a9
13 changed files with 481 additions and 22 deletions
|
|
@ -62,7 +62,7 @@
|
|||
<dbms value="Firebird">
|
||||
<error regexp="Dynamic SQL Error"/>
|
||||
</dbms>
|
||||
|
||||
|
||||
<!-- SQLite -->
|
||||
<dbms value="SQLite">
|
||||
<error regexp="Warning.*sqlite_.*"/>
|
||||
|
|
@ -71,4 +71,10 @@
|
|||
<error regexp="System.Data.SQLite.SQLiteException"/>
|
||||
</dbms>
|
||||
|
||||
<!-- SAP MaxDB -->
|
||||
<dbms value="SAP MaxDB">
|
||||
<error regexp="Warning.*maxdb.*"/>
|
||||
<error regexp="SQL error.*POS([0-9]+).*"/>
|
||||
</dbms>
|
||||
|
||||
</root>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue