sqlmap/plugins/dbms/mysql
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
..
__init__.py Patch for #5897 2025-05-08 23:54:39 +02:00
connector.py Fixes #5936 2025-08-05 14:57:58 +02:00
enumeration.py Patch for #5897 2025-05-08 23:54:39 +02:00
filesystem.py Patch for #5897 2025-05-08 23:54:39 +02:00
fingerprint.py Add support for Apache Doris database detection 2025-08-13 23:28:10 +08:00
syntax.py Patch for #5897 2025-05-08 23:54:39 +02:00
takeover.py Patch for #5897 2025-05-08 23:54:39 +02:00