Skip to content

Alamos GmbH Panel - Detect

ID: alamos-panel

Severity: info

Author: Splint3r7

Tags: panel,alamos,login,detect

Alamos GmbH panel was detected.

id: alamos-panel
info:
name: Alamos GmbH Panel - Detect
author: Splint3r7
severity: info
description: |
Alamos GmbH panel was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Alamos GmbH | FE2"
tags: panel,alamos,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>Alamos GmbH | FE2")'
- 'status_code == 200'
condition: and
# digest: 4b0a00483046022100a569342dcc5ceaa3ee579339bbd0f4961bb83cea86465a1805c5fadb0eb09fc4022100e4a2f32cb08170fac4371f989a2850948914651d5e8aaf6f3ded01cf16feadc3: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/alamos-panel.yaml"

View on Github