diff --git a/http/exposed-panels/urbackup-panel.yaml b/http/exposed-panels/urbackup-panel.yaml new file mode 100644 index 0000000000..2ffaccc1e8 --- /dev/null +++ b/http/exposed-panels/urbackup-panel.yaml @@ -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: + - "UrBackup - Keeps your data safe" + + - type: status + status: + - 200