mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-11-13 06:15:40 +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 | ||
| agent.py | ||
| bigarray.py | ||
| common.py | ||
| compat.py | ||
| convert.py | ||
| data.py | ||
| datatype.py | ||
| decorators.py | ||
| defaults.py | ||
| dicts.py | ||
| dump.py | ||
| enums.py | ||
| exception.py | ||
| gui.py | ||
| log.py | ||
| option.py | ||
| optiondict.py | ||
| patch.py | ||
| profiling.py | ||
| readlineng.py | ||
| replication.py | ||
| revision.py | ||
| session.py | ||
| settings.py | ||
| shell.py | ||
| subprocessng.py | ||
| target.py | ||
| testing.py | ||
| threads.py | ||
| unescaper.py | ||
| update.py | ||
| wordlist.py | ||