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

34 lines
761 B
YAML

id: somansa-dlp-detect
info:
name: Somansa DLP Center Detection
author: gy741,ritikchaddha
severity: info
reference:
- https://www.somansa.com/solution/integrated_solution/dlp/
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)))"