24 lines
432 B
YAML
24 lines
432 B
YAML
id: weatherlink-configuration
|
|
|
|
info:
|
|
name: WeatherLinkIP Configuration
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6007
|
|
tags: panel,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>WeatherLinkIP Configuration</title>'
|
|
- type: status
|
|
status:
|
|
- 200
|