Skip to content

UrBackup Panel - Detect

ID: urbackup-panel

Severity: info

Author: DhiyaneshDk

Tags: urbackup,panel,login,detect

id: urbackup-panel
info:
name: UrBackup Panel - Detect
author: DhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:urbackup:urbackup:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: urbackup
product: urbackup
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
# digest: 490a00463044022049289fe1beb5367d17bc7203e8e73b74d14eaf22002751f4ba92ebf5af8f4a240220546dcdad0365cdab9f9f637ed0569088a5fd039e8725fc6f7da3cadb8c5643c3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/urbackup-panel.yaml"

View on Github