28 lines
506 B
YAML
28 lines
506 B
YAML
id: urbackup-panel
|
|
|
|
info:
|
|
name: UrBackup Panel - Detect
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"UrBackup - Keeps your data safe"
|
|
tags: urbackup,panel,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>UrBackup - Keeps your data safe</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|