Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Roundcube Webmail fingerprints #580

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

mkienow-r7
Copy link
Contributor

@mkienow-r7 mkienow-r7 commented Jun 27, 2023

Description

Adds 3 Roundcube Webmail fingerprints.

Notes

Fingerprinted Roundcube Webmail versions 1.6.1, 1.5.0, 1.4.13 and 1.4.12.

  • skins/elastic/images/favicon.ico (1.6.1)
$ file roundcubemail-1.6.1/skins/elastic/images/favicon.ico
roundcubemail-1.6.1/skins/elastic/images/favicon.ico: MS Windows icon resource - 1 icon, 64x64, 32 bits/pixel
$ md5 roundcubemail-1.6.1/skins/elastic/images/favicon.ico
MD5 (roundcubemail-1.6.1/skins/elastic/images/favicon.ico) = 924a68d347c80d0e502157e83812bb23
  • skins/elastic/images/favicon.ico (1.5.0)
  • skins/classic/images/favicon.ico (1.5.0)
  • skins/larry/images/favicon.ico (1.5.0)
$ file roundcubemail-1.5.0/skins/elastic/images/favicon.ico
roundcubemail-1.5.0/skins/elastic/images/favicon.ico: MS Windows icon resource - 1 icon, 64x64, 32 bits/pixel
$ md5 roundcubemail-1.5.0/skins/elastic/images/favicon.ico
MD5 (roundcubemail-1.5.0/skins/elastic/images/favicon.ico) = 924a68d347c80d0e502157e83812bb23
$ md5 roundcubemail-1.5.0/skins/classic/images/favicon.ico
MD5 (roundcubemail-1.5.0/skins/classic/images/favicon.ico) = 924a68d347c80d0e502157e83812bb23
$ md5 roundcubemail-1.5.0/skins/larry/images/favicon.ico
MD5 (roundcubemail-1.5.0/skins/larry/images/favicon.ico) = 924a68d347c80d0e502157e83812bb23
  • skins/elastic/images/favicon.ico (1.4.13)
$ file roundcubemail-1.4.13/skins/elastic/images/favicon.ico
roundcubemail-1.4.13/skins/elastic/images/favicon.ico: MS Windows icon resource - 2 icons, 16x16, 32 bits/pixel, 16x16, 32 bits/pixel
$ md5 roundcubemail-1.4.13/skins/elastic/images/favicon.ico
MD5 (roundcubemail-1.4.13/skins/elastic/images/favicon.ico) = f1ac749564d5ba793550ec6bdc472e7c
  • skins/classic/images/favicon.ico (1.4.13)
  • skins/larry/images/favicon.ico (1.4.13)
$ file roundcubemail-1.4.13/skins/classic/images/favicon.ico
roundcubemail-1.4.13/skins/classic/images/favicon.ico: MS Windows icon resource - 5 icons, 16x16, 32 bits/pixel, 24x24, 32 bits/pixel
$ md5 roundcubemail-1.4.13/skins/classic/images/favicon.ico
MD5 (roundcubemail-1.4.13/skins/classic/images/favicon.ico) = ef9c0362bf20a086bb7c2e8ea346b9f0
$ md5 roundcubemail-1.4.13/skins/larry/images/favicon.ico
MD5 (roundcubemail-1.4.13/skins/larry/images/favicon.ico) = ef9c0362bf20a086bb7c2e8ea346b9f0

Motivation and Context

Improved coverage

How Has This Been Tested?

  • bundle exec ./bin/recog_verify xml/favicons.xml xml/html_title.xml xml/http_cookies.xml
  • rake tests

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have updated the documentation accordingly (or changes are not required).
  • I have added tests to cover my changes (or new tests are not required).
  • All new and existing tests passed.

@mkienow-r7 mkienow-r7 force-pushed the feature/roundcube-mail branch from bb13372 to 52822da Compare June 27, 2023 22:10
Copy link
Contributor

@adfoster-r7 adfoster-r7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice write-up 👍

@mkienow-r7 mkienow-r7 force-pushed the feature/roundcube-mail branch from 52822da to 4a0fa6a Compare June 28, 2023 03:53
@mkienow-r7
Copy link
Contributor Author

Nice write-up 👍

Thank you!

@mkienow-r7 mkienow-r7 merged commit f20c829 into rapid7:main Jun 28, 2023
@mkienow-r7 mkienow-r7 deleted the feature/roundcube-mail branch June 28, 2023 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants