Merge pull request #9592 from projectdiscovery/urbackup-panel

Create urbackup-panel.yaml
patch-1
Ritik Chaddha 2024-04-17 18:04:41 +05:30 committed by GitHub
commit 2f2c2caef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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