nuclei-templates/exposed-panels/somansa-dlp-detect.yaml

41 lines
971 B
YAML

id: somansa-dlp-detect
info:
name: Somansa DLP Login Panel - Detect
author: gy741,ritikchaddha
severity: info
description: Somansa DLP login panel was detected.
reference:
- https://www.somansa.com/solution/integrated_solution/dlp/
classification:
cvss-metrics: CVSS:3.0/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:
verified: true
shodan-query: http.html:"DLP system"
tags: panel,somansa,dlp
requests:
- method: GET
path:
- "{{BaseURL}}/DLPCenter/loginform.sms"
- "{{BaseURL}}/DLPCenter/images/favicon.ico"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: word
part: body
words:
- "/DLPCenter/js/"
- "SOMANSA"
condition: and
case-insensitive: true
- type: dsl
dsl:
- "status_code==200 && (\"-1217239281\" == mmh3(base64_py(body)))"
# Enhanced by md on 2023/01/15