Deluge WebUI Login Panel - Detect
ID: deluge-webui-panel
Severity: info
Author: tess
Tags: panel,deluge,deluge-torrent
Description
Section titled “Description”Deluge WebUI login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 cpe: cpe:2.3:a:deluge-torrent:deluge:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: deluge-torrent product: deluge shodan-query: - title:"Deluge WebUI" - http.title:"deluge webui" fofa-query: title="deluge webui" google-query: intitle:"deluge webui" tags: panel,deluge,deluge-torrent
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
extractors: - type: regex part: body group: 1 regex: - "version: '([0-9.]+)',"# digest: 4a0a0047304502206b09a15143b8b96278d2dd8e89e2a419002d2e5344cef7f8f01a301ae565fb2b022100e42c28420b967e37579821435073d470ba68f8d825d393d7810252c6b4b7247c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/deluge-webui-panel.yaml"