sqlmap/lib
User e342e7f37d Improve Apache Doris and StarRocks detection logic
- 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.
2025-08-22 10:47:00 +08:00
..
controller Modifying the mechanism to check for --check-internet 2025-07-26 12:13:57 +02:00
core Improve Apache Doris and StarRocks detection logic 2025-08-22 10:47:00 +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