Create server-backup-login.yaml
parent
a45af2f778
commit
3a80fc2986
|
@ -0,0 +1,22 @@
|
|||
id: server-backup-login
|
||||
|
||||
info:
|
||||
name: Server Backup Manager SE Login
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
reference: https://www.exploit-db.com/ghdb/6949
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/login.zul'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Idera Server Backup Manager SE </title>'
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue