mirror of https://github.com/OWASP/Nettacker.git
regex fixes for mysql and mariaDB (#1083)
This commit is contained in:
parent
74e494dd1a
commit
04c2097fbe
|
|
@ -1047,11 +1047,11 @@ payloads:
|
||||||
reverse: false
|
reverse: false
|
||||||
|
|
||||||
mariadb:
|
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
|
reverse: false
|
||||||
|
|
||||||
mysql:
|
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
|
reverse: false
|
||||||
|
|
||||||
nntp:
|
nntp:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue