nuclei-templates/exposed-panels/nsq-admin-panel.yaml

42 lines
805 B
YAML

id: nsq-admin-panel
info:
name: NSQ Admin Panel - Detect
author: random-robbie
severity: medium
description: NSQ admin panel was detected.
reference:
- https://nsq.io/components/nsqd.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
cvss-score: 6.5
cwe-id: CWE-200
metadata:
verified: true
shodan-query: title:"nsqadmin"
tags: nsq,admin,panel,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>nsqadmin</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- "nsqadmin/v([0-9.]+)"
# Enhanced by md on 2023/02/22