37 lines
811 B
YAML
37 lines
811 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
|
|
|
|
# digest: 490a0046304402207f511d6417897db75daaf6b2371a059bdac09639fea1416ef3eadde616fcd95202203b5f56e6607bf2aad362afcd9880635df1b029a5abf24a89e9e83a9db6c60525:922c64590222798bb761d5b6d8e72950
|