Skip to content

Releases: rapid7/recog

v2.3.6 - 2019.11.13

13 Nov 16:31
8f04f7c
Compare
Choose a tag to compare
  • Many new SSH banners (#245)
  • Verify capture group extractions are tested in examples (#244)
  • FTP / SSH banner cleanup and improved tests (#247, #248)

v2.3.5 - 2019.10.17

13 Nov 16:24
b7c6ae4
Compare
Choose a tag to compare
  • Updated Xerox FTP and SNMP fingerprints, Urgent/11 related (#242)

v2.3.4 - 2019.10.11

13 Nov 16:23
225bc16
Compare
Choose a tag to compare
  • Improved SonarOS SNMP fingerprinting (#240)
  • Improved VxWorks FTP fingerprints (#239)

v2.3.3 - 2019.09.23

13 Nov 16:22
b99bf28
Compare
Choose a tag to compare
  • mDNS fingerprint improvements (#234, #237)
  • Windows 2019 FTP and SMTP fingerprints (#233)
  • BUGFIX: FTP - stop matching empty banners (#236)

v2.3.2 - 2019.05.03

03 May 14:45
05d1cf7
Compare
Choose a tag to compare

This release addresses the fact that Mort Bay Jetty changed hands / stewardship from Mort Bay to Eclipse in version 7. By fixing this we ensure that vendor information as well as the CPEs that are generated are correct and are likely to be able to be used to match vulnerabilities. See #232

Database cleanup: descriptions and examples

01 May 18:42
56eab24
Compare
Choose a tag to compare

This release is primarily a clean up release.

  • Duplicates of the description field within a given database were deduplicated and an rspec test implemented to prevent duplication in the future. This field is used when generating match metrics across datasets and so should be unique.

  • Duplicates of the example field within a given fingerprint were removed and an rspec test implemented to prevent duplication in the future. This should reduce the run time of rspec slightly and indicate to a contributor when a typo may have been made or they have pasted the wrong value.

Add x.509 subject and issuer fingerprinting

10 Apr 17:59
Compare
Choose a tag to compare

This release adds x.509 subject and issuer fingerprinting from @hdm via #225 .

Unify UPnP and HTTP fingerprinting

26 Feb 00:13
Compare
Choose a tag to compare

The old UPnP-specific fingerprint database in xml/upnp_banners.xml has been merged into xml/http_server.xml. See #218 .

Add HTML title fingerprinting

14 Feb 16:57
Compare
Choose a tag to compare

This adds a new database that can be used for fingerprinting things based on the title of an HTML document or presumably other sources. See https://github.com/rapid7/recog/blob/master/xml/html_title.xml

Add AWS ELB HTTP server fingerprint

10 Jan 18:43
Compare
Choose a tag to compare