sqlmap/plugins
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
..
dbms Add support for Apache Doris database detection 2025-08-13 23:28:10 +08:00
generic Patch for #5897 2025-05-08 23:54:39 +02:00
__init__.py Patch for #5897 2025-05-08 23:54:39 +02:00