mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 13:29:02 +00:00
added support for fingerprinting SAP MaxDB (Issue 143)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user