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

34 lines
559 B
YAML
Raw Normal View History

2022-11-07 18:10:04 +00:00
id: deluge-webui-panel
info:
name: Deluge WebUI Panel Exposed
author: tess
severity: info
metadata:
verified: true
2022-11-08 21:25:23 +00:00
shodan-dork: title:"Deluge WebUI"
tags: panel,deluge
2022-11-07 18:10:04 +00:00
requests:
- method: GET
path:
2022-11-08 21:25:23 +00:00
- "{{BaseURL}}"
2022-11-07 18:10:04 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-08 21:25:23 +00:00
- "Deluge WebUI"
2022-11-07 18:10:04 +00:00
- "author: 'Deluge Team"
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200