sqlmap/lib/core
User 68ebb7d0aa Add support for Apache Doris database detection
- Add 'doris' to MYSQL_ALIASES in lib/core/settings.py
- Add DORIS fork enum in lib/core/enums.py
- Add Doris detection logic using BITMAP_UNION_COUNT() function in MySQL fingerprint
- Apache Doris will now be properly identified as "MySQL (Doris fork)" instead of showing "MySQL version not found" error

Apache Doris is highly compatible with MySQL syntax and protocol but has unique features like BITMAP functions that can be used for detection.
2025-08-13 23:28:10 +08:00
..
__init__.py Patch for #5897 2025-05-08 23:54:39 +02:00
agent.py Patch for #5897 2025-05-08 23:54:39 +02:00
bigarray.py Potentially fixes #5934 2025-07-29 15:51:45 +02:00
common.py Update regarding the #5911 2025-06-16 12:14:24 +02:00
compat.py Patch for #5897 2025-05-08 23:54:39 +02:00
convert.py Patch for #5897 2025-05-08 23:54:39 +02:00
data.py Patch for #5897 2025-05-08 23:54:39 +02:00
datatype.py Minor refactoring 2025-07-09 22:07:24 +02:00
decorators.py Minor refactoring 2025-07-09 22:07:24 +02:00
defaults.py Patch for #5897 2025-05-08 23:54:39 +02:00
dicts.py Update regarding the #5911 2025-06-16 12:14:24 +02:00
dump.py Patch for #5897 2025-05-08 23:54:39 +02:00
enums.py Add support for Apache Doris database detection 2025-08-13 23:28:10 +08:00
exception.py Patch for #5897 2025-05-08 23:54:39 +02:00
gui.py Patch for #5897 2025-05-08 23:54:39 +02:00
log.py Patch for #5897 2025-05-08 23:54:39 +02:00
option.py Fixes leakage of sqlmap temporary directories 2025-07-09 23:18:48 +02:00
optiondict.py Patch for #5897 2025-05-08 23:54:39 +02:00
patch.py Fixes #5929 2025-07-13 23:54:17 +02:00
profiling.py Patch for #5897 2025-05-08 23:54:39 +02:00
readlineng.py Patch for #5897 2025-05-08 23:54:39 +02:00
replication.py Patch for #5897 2025-05-08 23:54:39 +02:00
revision.py Patch for #5897 2025-05-08 23:54:39 +02:00
session.py Patch for #5897 2025-05-08 23:54:39 +02:00
settings.py Add support for Apache Doris database detection 2025-08-13 23:28:10 +08:00
shell.py Patch for #5897 2025-05-08 23:54:39 +02:00
subprocessng.py Patch for #5897 2025-05-08 23:54:39 +02:00
target.py Patch for #5897 2025-05-08 23:54:39 +02:00
testing.py Patch for #5897 2025-05-08 23:54:39 +02:00
threads.py Minor update for python3.14 2025-08-11 16:56:12 +02:00
unescaper.py Patch for #5897 2025-05-08 23:54:39 +02:00
update.py Patch for #5897 2025-05-08 23:54:39 +02:00
wordlist.py Patch for #5897 2025-05-08 23:54:39 +02:00