mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-11-13 06:15:40 +03:00
- Use VERSION()='5.7.99' as primary fingerprint (Apache Doris hardcoded value) - Add dual verification: VERSION()='5.7.99' AND @@VERSION_COMMENT LIKE '%Doris%' - Prioritize StarRocks detection to avoid confusion - Provide fallback detection for restricted environments - Based on official Doris documentation: version() always returns '5.7.99' This implementation follows best practices: 1. StarRocks checked first (returns real versions like 5.1.0) 2. Combined verification for Apache Doris (5.7.99 + banner) 3. Fallback to version-only detection when VERSION_COMMENT inaccessible 4. Leverages the fact that MySQL never released version 5.7.99 |
||
|---|---|---|
| .. | ||
| 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 | ||