Merge pull request #8350 from projectdiscovery/qBittorrent-panel
Create qBittorrent-panel.yamlpatch-1
commit
b053c4b824
|
@ -0,0 +1,33 @@
|
|||
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
|
Loading…
Reference in New Issue