v1.25.0 - Pass the Salt 2024
New features
- Endpoint to remove capture from the index (safely copies it in a directory)
- Configurable way to gather contact information for takedown of malicious websites
- FuzzImy hash based on HTML structure of the rendered page (algorithm of CERT PL)
- New simple capture page without any of the options
- Optional user config to overwrite capture settings and/or have default parameters
- Download tree as PNG (as long as the tree isn't too big)
- Optional auto-report on capture page (admin only)
- Optionally change the index page to the capture page, useful when the index is very big and takes a long time to load
Changes
- Many improvements when rendering panels on tree
- New menus
- Vast amount of bugfixes and improvements everywhere in the project by @AntoniaBK and @adrima01, see below.
- Support for valkey, new kvrocks, Ubuntu 24.04
- Optionally disable SRI validation while developing
- Partial removal of jQuery
- Many improvements in loading index, uses caching much more efficiently
- Restart webserver more often, avoids memory leaks
- Improve logging, reduces noise
What's Changed
- Lookup of abuse-c by @AntoniaBK in #904
- Remove redundant clause by @AntoniaBK in #906
- adding uwhoisd installation by @adrima01 in #907
- Fix: DataTable rename to treeHashesTable by @AntoniaBK in #909
- adding 3rd party report to mail by @adrima01 in #908
- Menu by @AntoniaBK in #910
- changes so that you can ignore the sri while developing by @adrima01 in #911
- Simple interface by @adrima01 in #912
- fix: removing unnecessary script and jQuery by @adrima01 in #913
- new: downloadable tree as png by @adrima01 in #915
- New: admin-only checkbox for auto-report by @AntoniaBK in #914
- fix: [modules] Gracefully accept no hashlookup fixes #916 by @cvandeplas in #917
- Fixing typo by @adrima01 in #918
- New: upload a capture via the API by @AntoniaBK in #919
- Recent captures by @adrima01 in #921
- Update generic.json.sample by @adrima01 in #923
New Contributors
- @cvandeplas made their first contribution in #917
Full Changelog: v1.24.0...v1.25.0