sqlmap/plugins/dbms/mysql
User e342e7f37d Improve Apache Doris and StarRocks detection logic
- Use VERSION() = '5.7.99' as primary Doris fingerprint (more reliable than BITMAP functions)
- Add @@VERSION_COMMENT checks for both Doris and StarRocks
- Add StarRocks fork detection to avoid misidentification
- Remove unreliable BITMAP_UNION_COUNT() as sole detection method

This addresses the issue where BITMAP_UNION_COUNT() alone could misidentify
StarRocks or other bitmap-compatible systems as Doris. The new multi-step
detection logic provides more accurate database identification.
2025-08-22 10:47:00 +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 Improve Apache Doris and StarRocks detection logic 2025-08-22 10:47:00 +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