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

35 lines
618 B
YAML
Raw Normal View History

2023-10-09 10:01:59 +00:00
id: qBittorrent-panel
info:
name: qBittorrent Web UI Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://www.qbittorrent.org/
metadata:
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-10-09 10:01:59 +00:00
shodan-query: title:"qbittorrent"
tags: panel,qbittorrent,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
2023-10-14 11:27:55 +00:00
2023-10-09 10:01:59 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'qBittorrent Web UI'
- 'alt="qBittorrent'
condition: or
- type: status
status:
- 200