mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create pcdn-cache-node.yaml
This commit is contained in:
34
misconfiguration/pcdn-cache-node.yaml
Normal file
34
misconfiguration/pcdn-cache-node.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
id: pcdn-cache-node
|
||||
|
||||
info:
|
||||
name: PCDN Cache Node Dataset
|
||||
author: DhiyaneshDk
|
||||
severity: low
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"PCDN Cache Node Dataset"
|
||||
tags: node,pcdn,misconfig
|
||||
|
||||
requests:
|
||||
- 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
|
||||
Reference in New Issue
Block a user