Skip to content

Roundcube webmail

ID: roundcube-webmail-portal

Severity: info

Author: ritikchaddha

Tags: roundcube,portal,tech

id: roundcube-webmail-portal
info:
name: Roundcube webmail
author: ritikchaddha
severity: info
classification:
cpe: cpe:2.3:a:roundcube:webmail:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: roundcube
product: webmail
shodan-query: http.component:"RoundCube"
tags: roundcube,portal,tech
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/webmail/"
host-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
# digest: 4b0a00483046022100c8f2fedaba12c7c12107d5bfb2a95fc33bfc590a04537ec9c658e556bcce41af02210095303ad8770b38ccf4f5f3126bbc6cb2301a3c1f200ee51f5c9986b2f3b0905e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/roundcube-webmail-portal.yaml"

View on Github