nuclei-templates/network/mysql-native-password.yaml

19 lines
415 B
YAML

id: mysql-native-password
info:
name: MySQL DB with enabled native password
author: iamthefrogy
severity: info
description: MySQL instance with enabled native password support is prone to password brute-force attacks.
tags: network,mysql,bruteforce,db
network:
- host:
- "{{Hostname}}"
- "{{Host}}:3306"
matchers:
- type: word
words:
- "mysql_native_password"