Skip to content

Commit

Permalink
Add Roundcube Webmail (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkienow-r7 committed Jun 28, 2023
2 parents bc2c74f + 4a0fa6a commit f20c829
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions identifiers/service_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ WebSocket++
WebSphere
WebSphere Load Balancer
WebTrends
Webmail
Webmin
Webserver
Werkzeug
Expand Down
1 change: 1 addition & 0 deletions identifiers/vendor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ Rockliffe
Rockwell Automation
Rohde & Schwarz
Roku
Roundcube
Roxen
Ruby-Lang
Ruckus
Expand Down
14 changes: 14 additions & 0 deletions xml/favicons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2464,4 +2464,18 @@
<param pos="0" name="service.product" value="frp"/>
</fingerprint>

<fingerprint pattern="^(?:924a68d347c80d0e502157e83812bb23|f1ac749564d5ba793550ec6bdc472e7c|ef9c0362bf20a086bb7c2e8ea346b9f0)$">
<description>Roundcube Webmail</description>
<!-- favicon.ico from Roundcube Webmail version 1.5.0+ -->

<example>924a68d347c80d0e502157e83812bb23</example>
<!-- favicon.ico from Roundcube Webmail up to version 1.4.13 -->

<example>f1ac749564d5ba793550ec6bdc472e7c</example>
<example>ef9c0362bf20a086bb7c2e8ea346b9f0</example>
<param pos="0" name="service.vendor" value="Roundcube"/>
<param pos="0" name="service.product" value="Webmail"/>
<param pos="0" name="service.cpe23" value="cpe:/a:roundcube:webmail:-"/>
</fingerprint>

</fingerprints>
8 changes: 8 additions & 0 deletions xml/html_title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4217,6 +4217,14 @@
<param pos="0" name="service.product" value="frp"/>
</fingerprint>

<fingerprint pattern="^Roundcube Webmail :: Welcome to Roundcube Webmail$">
<description>Roundcube Webmail</description>
<example>Roundcube Webmail :: Welcome to Roundcube Webmail</example>
<param pos="0" name="service.vendor" value="Roundcube"/>
<param pos="0" name="service.product" value="Webmail"/>
<param pos="0" name="service.cpe23" value="cpe:/a:roundcube:webmail:-"/>
</fingerprint>

<!-- Specific Eltex fingerprints to enable CPE generation -->

<fingerprint pattern="^Eltex - NTP-RG-1402G$">
Expand Down
8 changes: 8 additions & 0 deletions xml/http_cookies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,14 @@
<param pos="0" name="service.cpe23" value="cpe:/a:progress:moveit_transfer:-"/>
</fingerprint>

<fingerprint pattern="^roundcube_sessid=">
<description>Roundcube Webmail</description>
<example>roundcube_sessid=bdd66fb23fa3ce907a1e792475273145; path=/; HttpOnly</example>
<param pos="0" name="service.vendor" value="Roundcube"/>
<param pos="0" name="service.product" value="Webmail"/>
<param pos="0" name="service.cpe23" value="cpe:/a:roundcube:webmail:-"/>
</fingerprint>

<!--
Ignore various cookies that are very generic cookies for session IDs
that are not necessarily indicative of any particular
Expand Down

0 comments on commit f20c829

Please sign in to comment.