nuclei-templates/exposed-panels/deluge-webui-panel.yaml

34 lines
559 B
YAML

id: deluge-webui-panel
info:
name: Deluge WebUI Panel Exposed
author: tess
severity: info
metadata:
verified: true
shodan-dork: title:"Deluge WebUI"
tags: panel,deluge
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Deluge WebUI"
- "author: 'Deluge Team"
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200