31 lines
763 B
YAML
31 lines
763 B
YAML
id: mysql-detect
|
|
|
|
info:
|
|
name: MySQL - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
MySQL instance was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: product:"MySQL"
|
|
tags: network,mysql,db,detect,detection,tcp
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 3306
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "mysql"
|
|
case-insensitive: true
|
|
# digest: 4a0a00473045022056311612f62b6b156a8bcd427de0e12c23e35442dc3fb5968804dfed4a82edf20221008598913eb2f6204c6a44dc9fa4956ba153372bbbadca9ab1c073851dda9851a4:922c64590222798bb761d5b6d8e72950 |