commit
a61c9e1057
|
@ -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
|
Loading…
Reference in New Issue