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. |
||
|---|---|---|
| .. | ||
| access | ||
| altibase | ||
| cache | ||
| clickhouse | ||
| cratedb | ||
| cubrid | ||
| db2 | ||
| derby | ||
| extremedb | ||
| firebird | ||
| frontbase | ||
| h2 | ||
| hsqldb | ||
| informix | ||
| maxdb | ||
| mckoi | ||
| mimersql | ||
| monetdb | ||
| mssqlserver | ||
| mysql | ||
| oracle | ||
| postgresql | ||
| presto | ||
| raima | ||
| sqlite | ||
| sybase | ||
| vertica | ||
| virtuoso | ||
| __init__.py | ||