updated matcher,tags,name

patch-1
Ritik Chaddha 2023-01-29 16:35:53 +05:30 committed by GitHub
parent fa0a9f4e3d
commit 3292b92e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
id: server-backup-manager-se
info:
name: Server Backup Manager SE Login Panel - Detect
name: Server Backup Manager SE Panel - Detect
author: dhiyaneshDK
severity: info
description: Server Backup Manager SE login panel was detected.
@ -11,7 +11,7 @@ info:
cwe-id: CWE-200
metadata:
shodan-query: http.title:"Server Backup Manager SE"
tags: panel
tags: panel,server,backup,manager
requests:
- method: GET
@ -20,9 +20,11 @@ requests:
matchers-condition: and
matchers:
- type: word
words:
- '<title>Server Backup Manager SE'
- type: regex
part: body
regex:
- "<title>.*(Server Backup Manager SE).*</title>"
- type: status
status:
- 200