mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Added DB2 support - patch provided by Sebastian Bittig
This commit is contained in:
parent
e00cf81f7e
commit
36c96ef796
18 changed files with 537 additions and 38 deletions
|
|
@ -48,6 +48,10 @@
|
|||
<dbms value="DB2">
|
||||
<error regexp="CLI Driver.*DB2"/>
|
||||
<error regexp="DB2 SQL error"/>
|
||||
<error regexp="db2_connect\("/>
|
||||
<error regexp="db2_exec\("/>
|
||||
<error regexp="db2_execute\("/>
|
||||
<error regexp="db2_fetch_"/>
|
||||
</dbms>
|
||||
|
||||
<!-- Informix -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue