Acunetix 360 On-Premises - v25.9.1
Improvements
- Updated .NET 8 runtime to fix a security issue (CVE-2025-55315)
Notes for Verifying the Hash Value for Package Integrity in Acunetix 360 On-Premises
The hash value for the "25.9.1.zip" file is provided below. You can verify the integrity of the file by checking its hash value using one of the outlined methods:
Release Package Hash Value: 081495FB78A223EEB1698AFB1A0BA2033D118AF0C3AB2A1D63DF24E214C5FA82
Methods to Verify the Hash Value:
PowerShell (Windows):
Get-FileHash -Path "25.9.1.zip" -Algorithm SHA256
Command Prompt (Windows):
certutil -hashfile "25.9.1.zip" SHA256
Linux or macOS:
sha256sum "25.9.1.zip"