Skip to content

SafeNet Authentication Login Panel - Detect

ID: safenet-authentication-panel

Severity: info

Author: righettod

Tags: panel,safenet,thales,login,detect

SafeNet Authentication Service Self Enrollment login panel was detected.

id: safenet-authentication-panel
info:
name: SafeNet Authentication Login Panel - Detect
author: righettod
severity: info
description: |
SafeNet Authentication Service Self Enrollment login panel was detected.
reference:
- https://cpl.thalesgroup.com/access-management/safenet-trusted-access
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Self Enrollment"
tags: panel,safenet,thales,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/selfenrollment/Enrollment.aspx"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "self enrollment") && contains_any(to_lower(body), "safenet", "thales")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'V=([0-9.]+)'
# digest: 4a0a004730450220178930026da4705ea3c7882183da38fc3cae89f01da631372ccadc6ff2ddc81f022100e01b2745cee520a8f87447d403277ed7c5c860ec2fdbf469a2306a80cf428e31: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/safenet-authentication-panel.yaml"

View on Github