Skip to content

WeatherLinkIP Configuration Panel - Detect

ID: weatherlink-configuration

Severity: info

Author: dhiyaneshDK

Tags: panel,edb

WeatherLinkIP configuration panel was detected.

id: weatherlink-configuration
info:
name: WeatherLinkIP Configuration Panel - Detect
author: dhiyaneshDK
severity: info
description: WeatherLinkIP configuration panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6007
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,edb
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>WeatherLinkIP Configuration</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502205eb2b50bb8899ec2db960065939339ab3477fe40f6969caa1c8975c537fef8e4022100edd0cb8d9b062b40da662facdf9b2774c9c0e757ba14691eb1b322f641717953:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/weatherlink.yaml"

View on Github