41 lines
981 B
YAML
41 lines
981 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:
|
|
max-request: 1
|
|
shodan-query: title:"nsqadmin"
|
|
verified: true
|
|
tags: nsq,admin,panel,exposure
|
|
|
|
http:
|
|
- 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.]+)"
|
|
# digest: 4a0a004730450221009a3af0ee2aa3863c3ff1c1f4fe79e1ca354212e84953d10a246cfa9f2ee815fe02206069861cef177f6ab6f85fc9fa7c6009967ed36590ed8e4ab591d236dcbab08f:922c64590222798bb761d5b6d8e72950 |