Releases: CERT-Polska/hfinger
Releases · CERT-Polska/hfinger
Hfinger 0.2.2
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 suchCache-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
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
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
- no subpackages
- incorporating some of the changes proposed by https://github.com/ventaquil
- extending exception support
- fixed problems with computation of some features
- README fixes