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

29 lines
480 B
YAML
Raw Normal View History

2022-07-09 00:51:44 +00:00
id: web-file-manager
info:
name: Web File Manager
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-dork: 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