commit
2f2c2caef5
|
@ -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
|
Loading…
Reference in New Issue