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

31 lines
604 B
YAML

id: xeams-admin-console
info:
name: Xeams Admin Console
author: theamanrawat
severity: info
metadata:
verified: true
shodan-query: http.title:"Xeams Admin"
tags: panel,xeams,admin,console
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>'
condition: or
- type: status
status:
- 200