nuclei-templates/http/exposed-panels/xfinity-panel.yaml

35 lines
653 B
YAML
Raw Normal View History

2022-12-19 22:35:57 +00:00
id: xfinity-panel
info:
name: Xfinity Panel - Detect
2022-12-19 22:35:57 +00:00
author: Hardik-Solanki
severity: info
description: Xfinity panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-12-19 22:35:57 +00:00
metadata:
max-request: 1
2023-02-06 18:27:45 +00:00
verified: true
2022-12-19 22:35:57 +00:00
shodan-query: title:"xfinity"
tags: panel,xfinity
http:
2022-12-19 22:35:57 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-12-20 04:10:47 +00:00
- "alt='XFINITY'"
- "title='XFINITY'"
condition: or
2022-12-19 22:35:57 +00:00
- type: status
status:
- 200