commit
22a5431591
|
@ -0,0 +1,27 @@
|
|||
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
|
Loading…
Reference in New Issue