Merge pull request #8312 from righettod/add_sphinxonline_tpl
Add template to detect instance of SphinxOnline productpatch-1
commit
564be0d662
|
@ -0,0 +1,41 @@
|
|||
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
|
||||
verified: true
|
||||
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>'
|
Loading…
Reference in New Issue