nuclei-templates/exposed-panels/xeams-admin-console.yaml

38 lines
839 B
YAML
Raw Normal View History

id: xeams-admin-console
2022-10-23 05:45:28 +00:00
info:
name: Xeams Admin Console Login Panel - Detect
2022-10-23 05:45:28 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-10-23 05:45:28 +00:00
metadata:
verified: true
shodan-query: http.title:"Xeams Admin"
tags: panel,xeams,admin,console
2022-10-23 05:45:28 +00:00
requests:
- 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>'
2022-10-23 15:18:08 +00:00
condition: or
2022-10-23 05:45:28 +00:00
- type: status
status:
2022-10-23 15:18:08 +00:00
- 200
# Enhanced by md on 2023/01/26