33 lines
636 B
YAML
33 lines
636 B
YAML
id: ipdiva-mediation-panel
|
|
|
|
info:
|
|
name: IPdiva Mediation Panel Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.html:"IPdiva"
|
|
tags: panel,ipdiva,mediation
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/mediation/domains"
|
|
- "{{BaseURL}}/mediation/authenticate"
|
|
|
|
stop-at-first-match: true
|
|
redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "IPdiva mediation"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "IPdiva Secure"
|