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

32 lines
520 B
YAML

id: web-file-manager
info:
name: Web File Manager
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-dork: title:"Web File Manager"
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/Login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Web File Manager</title>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200