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

28 lines
446 B
YAML
Raw Normal View History

2022-12-19 22:35:57 +00:00
id: xfinity-panel
info:
2022-12-20 04:10:47 +00:00
name: Xfinity Panel
2022-12-19 22:35:57 +00:00
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:
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