Files
nuclei-templates/javascript/enumeration/mysql/mysql-info.yaml

40 lines
1.0 KiB
YAML
Raw Normal View History

2024-03-22 15:40:06 +05:30
id: mysql-info
info:
name: MySQL Info - Enumeration
author: pussycat0x
severity: info
description: |
Connects to a MySQL server and prints information such as the protocol and version numbers
reference:
- https://nmap.org/nsedoc/scripts/mysql-info.html
metadata:
max-request: 1
shodan-query: "port:3306"
tags: js,mssql,network,enum
2024-07-10 17:38:01 +05:30
2024-03-22 15:40:06 +05:30
javascript:
2024-07-10 17:38:01 +05:30
- pre-condition: |
isPortOpen(Host,Port);
code: |
2024-03-22 15:40:06 +05:30
var m = require("nuclei/mysql");
var c = m.MySQLClient();
var response = c.FingerprintMySQL(Host,Port);
Export(response);
args:
Host: "{{Host}}"
Port: "3306"
matchers:
- type: dsl
dsl:
- "success == true"
extractors:
- type: json
json:
- '"Version: "+ .Version '
- '"TLS "+ .TLS'
- '"Transport: "+ .Transport '
2024-12-01 13:57:55 +00:00
# digest: 490a0046304402206252031c1abc63be7f1be1bc31a593a0bf89748ef5a569eb72200690f694b626022054e62d9011599035e2904e7d1c97552cf4f90364197fea82b5707816721cc9af:922c64590222798bb761d5b6d8e72950