mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
41 lines
1014 B
YAML
41 lines
1014 B
YAML
id: pcdn-cache-node
|
|
|
|
info:
|
|
name: PCDN Cache Node Dataset
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
description: PCDN Cache Node dataset is exposed.
|
|
classification:
|
|
cpe: cpe:2.3:a:cache-base_project:cache-base:*:*:*:*:node.js:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: cache-base_project
|
|
product: cache-base
|
|
shodan-query: title:"PCDN Cache Node Dataset"
|
|
tags: node,pcdn,misconfig,vuln
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Bandwidth"
|
|
- "ReportEventID"
|
|
- "ReadDiskDuration"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022037b284605dd36cddc597b5cc11ce53b724c040555320884caa8a06d0405b69c3022032a5225fcaa8bb35cbc6fe99421112d5259e4ea5f635b5f541a51d880ace902f:922c64590222798bb761d5b6d8e72950 |