diff --git a/technologies/roundcube-webmail-portal.yaml b/technologies/roundcube-webmail-portal.yaml new file mode 100644 index 0000000000..d2517de62a --- /dev/null +++ b/technologies/roundcube-webmail-portal.yaml @@ -0,0 +1,30 @@ +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