nuclei-templates/http/exposed-panels/normhost-backup-server-mana...

35 lines
747 B
YAML

id: normhost-backup-server-manager
info:
name: Normhost Backup Server Manager Panel - Detect
author: pussycat0x
severity: info
description: Normhost Backup server manager panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Normhost Backup server manager"
tags: panel,normhost
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'content="Normhost Backup server manager'
- type: status
status:
- 401
# Enhanced by md on 2023/04/25