mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +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
|
|
@ -34,6 +34,7 @@ class DBMS:
|
|||
PGSQL = "PostgreSQL"
|
||||
SQLITE = "SQLite"
|
||||
SYBASE = "Sybase"
|
||||
DB2 = "IBM DB2"
|
||||
|
||||
class OS:
|
||||
LINUX = "Linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue