31 lines
528 B
YAML
31 lines
528 B
YAML
id: roundcube-webmail-portal
|
|
|
|
info:
|
|
name: Roundcube webmail
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.component:"RoundCube"
|
|
tags: roundcube,portal
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/webmail/"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Roundcube Webmail"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|