nuclei-templates/http/exposed-panels/qBittorrent-panel.yaml

35 lines
618 B
YAML

id: qBittorrent-panel
info:
name: qBittorrent Web UI Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://www.qbittorrent.org/
metadata:
verified: true
max-request: 1
shodan-query: title:"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