Release Radar
Live feed of version updates across the open-source security arsenal. Track what's shipping in your favorite tools.
Tracked Tools on Page (7)
Latest Updates
2026-08-22 15:54 UTCUses the new Asset Database that includes schema changes impacting performance
Changelog
- c2a6afa66a317ae231f69810d1c4d6dc6d45e13e upgraded to Go version 1.26
- 706f0a3779ddcedc630585e562dbbdfde8ff5725 upgraded the asset-db package to v0.24.4
- 79299dce87b0085db0f2f4ef3e9c52cccb49f514 updated to v5.1.1
- 6fa86d997329c1c37bafcaf281f3ebafe2dddc23 updated the framework to the new asset db Repository interface
- 829ffeb6b78f0ab62ebf0c6afa82dd6556fe97ac updated copyright dates
- fb8bea8cec8ba8c4cd5edb4ea10a369d951b0506 updated HTTP probe transport
- bc08e3145637376b7538b2ca1df4f267aba8ff38 the new engine REST API server package
- 73a15f5e357e94142c2747951ca71a9561a72334 performance improvements
- bf7f495ad7e03c550bf8ad0a53b9d03bfae24d5a improvements to the location matching
- b...
This release includes Ghidra PyGhidra support, performance improvements, dependency updates, and 26 new rules. We'd like to thank the following contributors: @devs6186, Daniel Adeboye (@adeboyedn), Aditya Pandey (@EclipseAditya), aryanyk, Ben Knutson (@blenbot), @cosmoworker, kamran ul haq (@kami922), @Maijin, @res2500, and others!
New Features
- ghidra: support PyGhidra @mike-hunhoff #2788
- vmray: extract number features from whitelisted void_ptr parameters (hKey, hKeyRoot) @adeboyedn #2835
Breaking Changes
New Rules (26)
- nursery/run-as-nodejs-native-module mehunhoff@google.com
- nursery/inject-shellcode-using-thread-pool-work-insertion-with-tp_io still@teamt5.org
- nursery/inject-shellcode-using-thread-pool-work-insertion-with-tp_timer still@teamt5.org -...
What's Changed
🎉 New Feature
- Added more control over custom DNS domains by @Vasco-jofra in https://github.com/projectdiscovery/interactsh/pull/1288
🐞 Bug Fixes
- Fixed issue to properly differentiate between HTTP and HTTPS protocols in interactions by @dogancanbakir in https://github.com/projectdiscovery/interactsh/pull/1338
- Fixed interaction data corruption that caused unmarshal errors by @dogancanbakir in https://github.com/projectdiscovery/interactsh/pull/1341
- Fixed issue where the wildcard server was sending interactions to all clients by @dogancanbakir in https://github.com/projectdiscovery/interactsh/pull/1339
New Contributors
- @Vasco-jofra made their first contribution in https://github.com/projectdiscovery/interactsh/pull/1288
**Full Change...
What's Changed
- fixed multiple rate limiting bugs by @epi052 in https://github.com/epi052/feroxbuster/pull/1277
- added new heuristics for identifying directory listing by @epi052 in https://github.com/epi052/feroxbuster/pull/1277
- Added web fonts to ignored extensions list by @auk0x01 in https://github.com/epi052/feroxbuster/pull/1274
- Added android/termux install instructions to docs by @pg9051
New Contributors
- @auk0x01 made their first contribution in https://github.com/epi052/feroxbuster/pull/1274
Full Changelog: https://github.com/epi052/feroxbuster/compare/v2.13.0...v2.13.1
Welcome to the hashcat v7.1.2 release!
This hotfix restores backward compatibility in machine-readable status view mode, which was broken in v7.1.0 and affected third-party overlays such as the Hashtopolis agent. It also fixes issues in the Argon2 libraries when used in multi-hash modes. If you are using hashcat v7.1.0+ with LUKS2 or KeePass KDBX4, updating is strongly recommended.
The release also introduces a new assimilation bridge plugin, the Rust bridge. Just like the Python bridge plugin, which lets you write hash-mode extensions in Python instead of C, you can now do the same in Rust. This is a valuable community contribution that will be covered in more detail in the next release notes. The feature is already fully functional and ready for early adoption, with initial documen...