Skip to content

Web File Manager Login Panel - Detect

ID: web-file-manager

Severity: info

Author: DhiyaneshDK

Tags: panel,filemanager

Web File Manager login panel was detected.

id: web-file-manager
info:
name: Web File Manager Login Panel - Detect
author: DhiyaneshDK
severity: info
description: Web File Manager 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:webdesi9:file_manager:*:*:*:*:wordpress:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"Web File Manager"
product: file_manager
vendor: webdesi9
tags: panel,filemanager
http:
- method: GET
path:
- '{{BaseURL}}/Login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Web File Manager'
- 'Login'
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450221008454d13eb2d5105e0daeb6eeb59e681f0844c64e9f27a3c222f44854fe043c3d02205e89353a6aede962e616a8655298c13b76e659a7c610be0a87bd14034367ad00: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/web-file-manager.yaml"

View on Github