2023-03-16 07:50:01 +00:00
|
|
|
id: nacos-version
|
|
|
|
|
|
|
|
info:
|
2023-03-29 19:36:47 +00:00
|
|
|
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: |
|
2023-03-29 19:36:47 +00:00
|
|
|
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
|
|
|
|
cwe-id: CWE-200
|
2023-03-16 12:41:34 +00:00
|
|
|
metadata:
|
2023-10-14 11:27:55 +00:00
|
|
|
verified: true
|
2023-06-24 12:59:53 +00:00
|
|
|
max-request: 2
|
2023-03-16 12:41:34 +00:00
|
|
|
shodan-query: title:"Nacos"
|
|
|
|
tags: tech,detect,nacos
|
2023-03-16 07:50:01 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-16 12:41:34 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/v1/console/server/state?accessToken=&username="
|
2023-06-24 12:57:57 +00:00
|
|
|
- "{{BaseURL}}/nacos/v1/console/server/state?accessToken=&username="
|
2023-03-16 12:41:34 +00:00
|
|
|
|
2023-06-11 04:19:06 +00:00
|
|
|
matchers-condition: and
|
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-06-12 11:03:12 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2023-03-16 07:50:01 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '"version":"(\d+\.\d+\.\d+)"'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100e0a76a6b65b4e90ee2626b4cadc38f38a3b883bd179fe7c802a361b4f6cb8ea1022100c67522161cb3f3e6f305c82c4bf19fda49efcfdf3d69d32458ee25b0ac8edd53:922c64590222798bb761d5b6d8e72950
|