nuclei-templates/network/detection/mysql-detect.yaml

28 lines
601 B
YAML
Raw Normal View History

2022-12-15 17:06:12 +00:00
id: mysql-detect
info:
2022-12-16 04:13:14 +00:00
name: Mysql Detection
2022-12-15 17:06:12 +00:00
author: pussycat0x
severity: info
description: |
MySQL is a tool used to manage databases and servers, so while it's not a database, it's widely used in relation to managing and organising data in databases.
metadata:
verified: true
shodan-query: product:"MySQL"
tags: network,mysql,db
network:
- inputs:
- data: "\n"
2022-12-16 04:13:14 +00:00
2022-12-15 17:06:12 +00:00
host:
- "{{Hostname}}"
- "{{Host}}:3306"
2022-12-16 04:13:14 +00:00
2022-12-15 17:06:12 +00:00
matchers:
- type: word
2022-12-16 10:11:57 +00:00
part: body
2022-12-15 17:06:12 +00:00
words:
- "mysql"
2022-12-16 10:17:42 +00:00
case-insensitive: true