2022-07-09 00:51:44 +00:00
|
|
|
id: web-file-manager
|
|
|
|
|
|
|
|
info:
|
2023-01-25 18:24:55 +00:00
|
|
|
name: Web File Manager Login Panel - Detect
|
2022-07-09 00:51:44 +00:00
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
2023-01-25 18:24:55 +00:00
|
|
|
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
|
2023-01-23 20:08:27 +00:00
|
|
|
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
|
2023-01-25 18:24:55 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/25
|