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

40 lines
757 B
YAML

id: deluge-webui-panel
info:
name: Deluge WebUI Login Panel - Detect
author: tess
severity: info
description: Deluge WebUI 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
metadata:
max-request: 1
verified: true
shodan-query: title:"Deluge WebUI"
tags: panel,deluge
http:
- 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