Skip to content

SphinxOnline Panel - Detect

ID: sphinxonline-panel

Severity: info

Author: righettod

Tags: panel,sphinxonline,login,detect

SphinxOnline Login Panel was detected.

id: sphinxonline-panel
info:
name: SphinxOnline Panel - Detect
author: righettod
severity: info
description: |
SphinxOnline Login Panel was detected.
reference:
- https://www.lesphinx-developpement.fr/
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Connection - SphinxOnline"
tags: panel,sphinxonline,login,detect
http:
- method: GET
path:
- '{{BaseURL}}/SphinxAuth/Account/Login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Connection - SphinxOnline</title>'
- 'SphinxOnline</span>'
condition: or
case-insensitive: true
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Sphinxonline ([a-f0-9.]+)</a>'
# digest: 4a0a00473045022100ef2012603b3d9cdccc54921e0e4280ad8f95093003a3036962dd50316acb5bcc022023deea86611682b010328824486507866d6cb19cffa6421e27d67bf2ce0842e3: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/sphinxonline-panel.yaml"

View on Github