mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-11-13 14:25:33 +03:00
- 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| connector.py | ||
| enumeration.py | ||
| filesystem.py | ||
| fingerprint.py | ||
| syntax.py | ||
| takeover.py | ||