Transmission Dashboard - Detect
ID: transmission-dashboard
Severity: medium
Author: fabaff
Tags: misconfig,transmission,exposure,dashboard
Description
Section titled “Description”Transmission dashboard was detected.
YAML Source
Section titled “YAML Source”id: transmission-dashboard
info: name: Transmission Dashboard - Detect author: fabaff severity: medium description: Transmission dashboard was detected. reference: - https://transmissionbt.com/ classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cwe-id: CWE-200 cpe: cpe:2.3:a:transmissionbt:transmission:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: http.title:"Transmission Web Interface" product: transmission vendor: transmissionbt tags: misconfig,transmission,exposure,dashboard
http: - method: GET path: - "{{BaseURL}}/transmission/web/"
host-redirects: true max-redirects: 2
matchers-condition: or matchers: - type: word part: body words: - 'The Transmission Project' - 'Transmission Web Interface' condition: and
- type: word part: server words: - 'Transmission'# digest: 4a0a00473045022100e56238b9a6ab5a835fb3aa445b9982e2d57cc7d2cfd262fd5cc1e0deaa7e52e80220272226d048e9957947c176b70c0533e1dbeb7457c6e672e3cba192c5148b8a85: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/misconfiguration/transmission-dashboard.yaml"