Skip to content

Releases: CERT-Polska/hfinger

Hfinger 0.2.2

16 May 11:04
76d4a00
Compare
Choose a tag to compare

Changes in version 0.2.2

  • added support for compound Cache-Control values. Values with defined time (e.g. max-age=N) are now truncated and only their name is processed. Before the change, they were treated as unknown values. This change will provide different fingerprint values than version 0.2.1 if such Cache-Control values are present.
  • added additional Content-Type values
  • tests on Ubuntu 22.04 and Tshark 3.6.2
  • minor code refactoring to improve code readability
  • some minor bugfixes

Non-RFC character support

19 Apr 09:51
b2215a8
Compare
Choose a tag to compare

Changes in version 0.2.1

  • fixed problems with analysis of non-ASCII characters present in request headers or URI
  • Hfinger is less verbose and added logfile support
  • some code fixes for non RFC compliant requests
  • minor fixes and code extensions

Report mode extension

01 Apr 10:37
87d5026
Compare
Choose a tag to compare

Changes in version 0.2.0

  • changes in report modes:
    • 5 new fingerprint generation modes
    • changes are incompatible with previous version 0.1.0
    • caused by improved analysis of the tool performed for the forthcoming academic paper
  • Hfinger now supports installation through pip
  • added support for importing from Python scripts
  • package is restructured
  • extending exception support
  • fixed problems with computation of some features
  • README fixes