34 lines
617 B
YAML
34 lines
617 B
YAML
|
id: qBittorrent-panel
|
||
|
|
||
|
info:
|
||
|
name: qBittorrent Web UI Panel - Detect
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://www.qbittorrent.org/
|
||
|
metadata:
|
||
|
max-request: 2
|
||
|
verified: true
|
||
|
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
|