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

19 lines
415 B
YAML
Raw Normal View History

2021-09-13 20:24:21 +00:00
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}}"
2021-12-09 13:06:24 +00:00
- "{{Host}}:3306"
matchers:
- type: word
words:
- "mysql_native_password"