Merge pull request #5776 from theamanrawat/xeams-admin

Added template for xeams-admin
patch-1
Prince Chaddha 2022-10-25 15:00:39 +05:30 committed by GitHub
commit a61c9e1057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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