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

28 lines
446 B
YAML

id: xfinity-panel
info:
name: Xfinity Panel
author: Hardik-Solanki
severity: info
metadata:
shodan-query: title:"xfinity"
tags: panel,xfinity
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "alt='XFINITY'"
- "title='XFINITY'"
condition: or
- type: status
status:
- 200