29 lines
484 B
YAML
29 lines
484 B
YAML
|
id: np-data-cache
|
||
|
|
||
|
info:
|
||
|
name: NP Data Cache Panel
|
||
|
author: tess
|
||
|
severity: unknown
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"NP Data Cache"
|
||
|
tags: np,panel,cache
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "NP Data Cache"
|
||
|
- "Server logs (if subscribed)"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|