nuclei-templates/exposed-panels/web-file-manager.yaml

36 lines
713 B
YAML
Raw Normal View History

2022-07-09 00:51:44 +00:00
id: web-file-manager
info:
name: Web File Manager Login Panel - Detect
2022-07-09 00:51:44 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-07-09 00:51:44 +00:00
metadata:
verified: true
shodan-query: title:"Web File Manager"
2022-07-12 12:15:08 +00:00
tags: panel,filemanager
2022-07-09 00:51:44 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/Login'
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-12 12:15:08 +00:00
- 'Web File Manager'
- 'Login'
condition: and
2022-07-09 00:51:44 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/25