Add files via upload
parent
2a44b0c721
commit
8cb89ed42f
|
@ -0,0 +1,25 @@
|
|||
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
|
||||
words:
|
||||
- "mysql"
|
||||
condition: and
|
Loading…
Reference in New Issue