2021-04-13 13:10:43 +00:00
|
|
|
id: mysql-native-password-bruteforce
|
2021-04-11 14:29:11 +00:00
|
|
|
|
|
|
|
info:
|
2021-04-13 13:10:43 +00:00
|
|
|
name: MySQL DB with enabled native password
|
2021-04-11 14:29:11 +00:00
|
|
|
author: iamthefrogy
|
2021-04-13 18:52:03 +00:00
|
|
|
severity: info
|
2021-04-13 13:10:43 +00:00
|
|
|
tags: network,mysql,bruteforce,db
|
|
|
|
description: MySQL instance with enabled native password support prone vulnerable for password brute-force attack.
|
2021-04-11 14:29:11 +00:00
|
|
|
|
|
|
|
network:
|
|
|
|
- host:
|
|
|
|
- "{{Hostname}}"
|
|
|
|
- "{{Hostname}}:3306"
|
2021-04-13 13:10:43 +00:00
|
|
|
|
2021-04-11 14:29:11 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "mysql_native_password"
|