sqlmap/plugins/dbms
User 68ebb7d0aa Add support for Apache Doris database detection
- Add 'doris' to MYSQL_ALIASES in lib/core/settings.py
- Add DORIS fork enum in lib/core/enums.py
- Add Doris detection logic using BITMAP_UNION_COUNT() function in MySQL fingerprint
- Apache Doris will now be properly identified as "MySQL (Doris fork)" instead of showing "MySQL version not found" error

Apache Doris is highly compatible with MySQL syntax and protocol but has unique features like BITMAP functions that can be used for detection.
2025-08-13 23:28:10 +08:00
..
access Minor update of fingerprinting payloads 2025-07-09 20:20:08 +02:00
altibase Patch for #5897 2025-05-08 23:54:39 +02:00
cache Patch for #5897 2025-05-08 23:54:39 +02:00
clickhouse Patch for #5897 2025-05-08 23:54:39 +02:00
cratedb Patch for #5897 2025-05-08 23:54:39 +02:00
cubrid Patch for #5897 2025-05-08 23:54:39 +02:00
db2 Patch for #5897 2025-05-08 23:54:39 +02:00
derby Patch for #5897 2025-05-08 23:54:39 +02:00
extremedb Patch for #5897 2025-05-08 23:54:39 +02:00
firebird Patch for #5897 2025-05-08 23:54:39 +02:00
frontbase Patch for #5897 2025-05-08 23:54:39 +02:00
h2 Patch for #5897 2025-05-08 23:54:39 +02:00
hsqldb Patch for #5897 2025-05-08 23:54:39 +02:00
informix Patch for #5897 2025-05-08 23:54:39 +02:00
maxdb Patch for #5897 2025-05-08 23:54:39 +02:00
mckoi Patch for #5897 2025-05-08 23:54:39 +02:00
mimersql Minor update of fingerprinting payloads 2025-07-09 20:20:08 +02:00
monetdb Patch for #5897 2025-05-08 23:54:39 +02:00
mssqlserver Patch for #5897 2025-05-08 23:54:39 +02:00
mysql Add support for Apache Doris database detection 2025-08-13 23:28:10 +08:00
oracle Update regarding the #5911 2025-06-16 12:14:24 +02:00
postgresql Fixes #5919 2025-06-27 15:20:09 +02:00
presto Patch for #5897 2025-05-08 23:54:39 +02:00
raima Patch for #5897 2025-05-08 23:54:39 +02:00
sqlite Minor update of fingerprinting payloads 2025-07-09 20:20:08 +02:00
sybase Patch for #5897 2025-05-08 23:54:39 +02:00
vertica Patch for #5897 2025-05-08 23:54:39 +02:00
virtuoso Patch for #5897 2025-05-08 23:54:39 +02:00
__init__.py Patch for #5897 2025-05-08 23:54:39 +02:00