28 lines
601 B
YAML
28 lines
601 B
YAML
id: mysql-detect
|
|
|
|
info:
|
|
name: Mysql Detection
|
|
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"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:3306"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "mysql"
|
|
case-insensitive: true
|