Skip to content

qBittorrent Web UI Panel - Detect

ID: qBittorrent-panel

Severity: info

Author: ritikchaddha

Tags: panel,qbittorrent,detect

id: qBittorrent-panel
info:
name: qBittorrent Web UI Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://www.qbittorrent.org/
classification:
cpe: cpe:2.3:a:qbittorrent:qbittorrent:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: qbittorrent
product: qbittorrent
shodan-query:
- title:"qbittorrent"
- http.title:"qbittorrent"
fofa-query: title="qbittorrent"
google-query: intitle:"qbittorrent"
tags: panel,qbittorrent,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'qBittorrent Web UI'
- 'alt="qBittorrent'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100b9281a71e9f0307e44e6959b02370f1bb21e24a9facc3aa7271ebf41c27ff7de0220172b61321f12aceb498fb4b2fc57e7cec831880e262f6d323604f5f020b74504:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/qBittorrent-panel.yaml"

View on Github