sqlmap/lib
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
..
controller Modifying the mechanism to check for --check-internet 2025-07-26 12:13:57 +02:00
core Add support for Apache Doris database detection 2025-08-13 23:28:10 +08:00
parse Unhide '--disable-stats' (#5912) 2025-06-20 12:34:14 +02:00
request Nobody is reporting comparison bug, thus, changing behavior 2025-07-11 12:21:20 +02:00
takeover Fixes #5926 2025-07-10 13:57:10 +02:00
techniques Patch for #5897 2025-05-08 23:54:39 +02:00
utils Implements support of old OsCommerce hashing 2025-07-26 15:17:55 +02:00
__init__.py Patch for #5897 2025-05-08 23:54:39 +02:00