Skip to content

Xeams Admin Console Login Panel - Detect

ID: xeams-admin-console

Severity: info

Author: theamanrawat

Tags: panel,xeams,admin,console,synametrics

Xeams Admin Console login panel was detected.

id: xeams-admin-console
info:
name: Xeams Admin Console Login Panel - Detect
author: theamanrawat
severity: info
description: Xeams Admin Console login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:synametrics:xeams:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: synametrics
product: xeams
shodan-query:
- http.title:"Xeams Admin"
- http.title:"xeams admin"
fofa-query: title="xeams admin"
google-query: intitle:"xeams admin"
tags: panel,xeams,admin,console,synametrics
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/FrontController'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Xeams Admin Console'
- 'eXtended Email And Messaging Server</span>'
condition: or
- type: status
status:
- 200
# digest: 490a004630440220357676b33a37c9391e2b1b1e72c621879bbbb1c3b346e37799dc71e7a201950b022015009abde1ccf0d7a95fb9633a3d115e6cd3c772d4b56b99af38b3d3a3f7d284: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/xeams-admin-console.yaml"

View on Github