Skip to content

Webroot Login Panel - Detect

ID: webroot-login

Severity: info

Author: DhiyaneshDK

Tags: panel,webroot

Webroot login panel was detected.

id: webroot-login
info:
name: Webroot Login Panel - Detect
author: DhiyaneshDK
severity: info
description: Webroot 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
cpe: cpe:2.3:a:webroot:secureanywhere:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"Webroot - Login"
product: secureanywhere
vendor: webroot
tags: panel,webroot
http:
- method: GET
path:
- "{{BaseURL}}/Login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Webroot - Login</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502207661196ebf22a230bf30b36605b7be300181e94c51ee852a4715a5782a72460b0221008ee805c1f07b3a2639043845e21ec10e1335b759d018fd3e6a66b6f0f8cafe80: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/webroot-login.yaml"

View on Github