regex fixes for mysql and mariaDB (#1083)

This commit is contained in:
Achintya Jai 2025-06-11 18:13:20 +05:30 committed by GitHub
parent 74e494dd1a
commit 04c2097fbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1047,11 +1047,11 @@ payloads:
reverse: false
mariadb:
regex: "is not allowed to connect to this MariaDB server"
regex: "is not allowed to connect to this MariaDB server|mysql_native_password|\\d\\.\\d+\\.\\d+g?[a-zA-Z]*-MariaDB"
reverse: false
mysql:
regex: "is not allowed to connect to this MySQL server|\\d\\.\\d+\\.\\d+g?[a-zA-Z]*"
regex: "is not allowed to connect to this MySQL server|\\d\\.\\d+\\.\\d+g?[a-zA-Z]*.*?caching_sha2_password"
reverse: false
nntp: