Enhancement: network/detection/mysql-detect.yaml by md
parent
e86b61d644
commit
10545d4959
|
@ -1,27 +1,33 @@
|
|||
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
|
||||
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
|
||||
cvss-score: 0.0
|
||||
cwe-id: CWE-200
|
||||
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
|
||||
|
||||
# Enhanced by md on 2023/03/15
|
||||
|
|
Loading…
Reference in New Issue