nuclei-templates/http/technologies/nacos-version.yaml

35 lines
676 B
YAML
Raw Normal View History

2023-03-16 07:50:01 +00:00
id: nacos-version
info:
name: Nacos - Detect
2023-03-16 07:50:01 +00:00
author: Arm!tage
severity: info
2023-03-16 12:41:34 +00:00
description: |
Nacos 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
2023-03-16 12:41:34 +00:00
metadata:
verified: "true"
shodan-query: title:"Nacos"
tags: tech,detect,nacos
2023-03-16 07:50:01 +00:00
http:
2023-03-16 12:41:34 +00:00
- method: GET
path:
- "{{BaseURL}}/v1/console/server/state?accessToken=&username="
2023-03-16 07:50:01 +00:00
matchers:
- type: regex
regex:
- '"version":"(\d+\.\d+\.\d+)"'
2023-03-16 12:41:34 +00:00
2023-03-16 07:50:01 +00:00
extractors:
- type: regex
part: body
regex:
- '"version":"(\d+\.\d+\.\d+)"'
# Enhanced by md on 2023/03/29