patch-1
Dominique RIGHETTO 2023-10-03 14:31:51 +02:00 committed by GitHub
parent da6de402a7
commit 67f0667bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
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:
max-request: 2
shodan-query: http.title:"Connection - SphinxOnline"
verified: true
tags: panel,sphinxonline,login,detect
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/SphinxAuth/Account/Login'
stop-at-first-match: true
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>'