v1.7.0
bol-van/zapretv1.7.0Aug 5, 2026by dogancanbakir
AI Summary
This release introduces new extraction capabilities and engine enhancements, including secrets and endpoints extraction, content deduplication, and headless callbacks, alongside various bug fixes.
Key Highlights
- Added secrets and endpoints extractors to the knowledgebase
- Implemented content similarity detection and deduplication
- Added callbacks to the headless engine
- Fixed concurrent map access and label boundary issues
New Features
- Secrets extraction
- Endpoints extraction
- Content deduplication
- Headless callback support
Full Release Notes
## What's Changed ### 🎉 New Features * Added Context field to Options for external lifecycle control by @idanavishai in https://github.com/projectdiscovery/katana/pull/1593 * Added secrets extractor to knowledgebase by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1667 * Added endpoints extractor to knowledgebase by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1669 * Added callbacks to headless engine by @evanrolfe in https://github.com/projectdiscovery/katana/pull/1662 * Added content similarity detection / deduplication by @geeknik in https://github.com/projectdiscovery/katana/pull/915 ### 🐞 Bug Fixes * Fixed require label boundary for rdn scope to block look-alike domains by @Mubashirrrr in https://github.com/projectdiscovery/katana/pull/1685 * Fixed concurrent map access on global custom fields by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1702 * Fixed cap redirect by @Mzack9999 in https://github.com/projectdiscovery/katana/pull/1697 ### Other Changes * Added documentation for dit knowledge base + auto-download by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1684 ## New Contributors * @idanavishai made their first contribution in https://github.com/projectdiscovery/katana/pull/1593 * @evanrolfe made their first contribution in https://github.com/projectdiscovery/katana/pull/1662 * @Mubashirrrr made their first contribution in https://github.com/projectdiscovery/katana/pull/1685 **Full Changelog**: https://github.com/projectdiscovery/katana/compare/v1.6.1...v1.7.0