Merge pull request #6689 from projectdiscovery/pussycat0x-patch-2
Normhost Backup server manager Detectpatch-1
commit
9f427e2084
|
@ -0,0 +1,26 @@
|
|||
id: normhost-backup-server-manager
|
||||
|
||||
info:
|
||||
name: Normhost Backup Server Manager - Detect
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Normhost Backup server manager"
|
||||
tags: panel,normhost
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'content="Normhost Backup server manager'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 401
|
Loading…
Reference in New Issue