Skip to content

Linksys Smart Wi-Fi Login Panel - Detect

ID: linksys-wifi-login

Severity: info

Author: pussycat0x

Tags: tech,panel,linksys,iot

Linksys Smart Wi-Fi login panel was detected.

id: linksys-wifi-login
info:
name: Linksys Smart Wi-Fi Login Panel - Detect
author: pussycat0x
severity: info
description: Linksys Smart Wi-Fi login panel was detected.
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
shodan-query: http.title:"Linksys Smart WI-FI"
tags: tech,panel,linksys,iot
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Linksys Smart Wi-Fi</title>"
- type: status
status:
- 200
# digest: 4b0a0048304602210082f87d9166ca46c7c56aef715e5389ac918004cc6e9a0df17591ef1005d7b912022100c27bf6e1c3bcdf7dbc71844a7aa39c537a84d72709d4bb6f110a19b49a0149c1: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/linksys-wifi-login.yaml"

View on Github