Skip to content

IPdiva Mediation Login Panel - Detect

ID: ipdiva-mediation-panel

Severity: info

Author: ritikchaddha

Tags: panel,ipdiva,mediation

IPdiva Mediation login panel was detected.

id: ipdiva-mediation-panel
info:
name: IPdiva Mediation Login Panel - Detect
author: ritikchaddha
severity: info
description: IPdiva Mediation login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 3
shodan-query: http.html:"IPdiva"
tags: panel,ipdiva,mediation
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/mediation/domains"
- "{{BaseURL}}/mediation/authenticate"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
part: header
words:
- "IPdiva mediation"
- type: word
part: body
words:
- "IPdiva Secure"
# digest: 4a0a00473045022100feb967860ba383536d64ba7eb256137ed0f60797d808cab43835ac394c7d54460220470f05592da8d087039a3f3ca3c41349d71d51d6170419e1023f9929e02eff7a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ipdiva-mediation-panel.yaml"

View on Github