rapid7 / recog

Pattern recognition for hosts, services, and content
Other
662 stars 195 forks source link

Add favicon hash for drupal 9.2 plus #556

Closed adfoster-r7 closed 1 year ago

adfoster-r7 commented 1 year ago

Description

Add latest favicon fingerprint hashes for drupal 9.2 plus

Motivation and Context

Add latest favicon fingerprint hashes for drupal 9.2 plus

How Has This Been Tested?

$ curl --silent https://raw.githubusercontent.com/drupal/drupal/10.1.x/core/misc/favicon.ico | md5sum | awk '{ print $1 }' | bin/recog_match xml/favicons.xml -
MATCH: {"matched"=>"Drupal CMS", "service.vendor"=>"Drupal", "service.product"=>"CMS", "service.certainty"=>"0.5", "service.cpe23"=>"cpe:/a:drupal:drupal:-", "service.protocol"=>"", "fingerprint_db"=>"favicon.md5", "data"=>"fe22dd2bb09daccf58256611ac491469"}

Types of changes

Checklist: