تخطي إلى المحتوى الرئيسي

Release Radar

Live feed of version updates across the open-source security arsenal. Track what's shipping in your favorite tools.

34
Total Releases
33
Tools Tracked

Latest Updates

2026-08-22 15:54 UTC
06 Apr 2026 4 months ago
amass
amass owasp-amass/amass
v5.1.1

Uses 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...
01 Apr 2026 4 months ago
capa
capa mandiant/capa
v9.4.0

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)

10 Mar 2026 5 months ago
interactsh
interactsh projectdiscovery/interactsh
v1.3.1

What's Changed

🎉 New Feature

🐞 Bug Fixes

New Contributors

**Full Change...

01 Jan 2026 7 months ago
sqlmap
sqlmap sqlmapproject/sqlmap
1.10

Stable version 1.10 (changeset)

13 Dec 2025 8 months ago
feroxbuster
feroxbuster epi052/feroxbuster
v2.13.1

What's Changed

New Contributors

Full Changelog: https://github.com/epi052/feroxbuster/compare/v2.13.0...v2.13.1

04 Sep 2025 11 months ago
gobuster
gobuster OJ/gobuster
v3.8.2

Changelog

  • show full url in expanded dir mode
23 Aug 2025 11 months ago
hashcat
hashcat hashcat/hashcat
v7.1.2

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...