Acunetix 360 On-Premises - v26.6.1
Security & reliability updates
- Enhanced Security: Dependency Vulnerability Fixes We have resolved security vulnerabilities in third-party libraries used within the platform. These fixes eliminate potential attack vectors and ensure your environment remains protected against known exploits.
- Platform Security Patches (.NET 8.0.28) We have updated the core runtime powering our Scanner/AV Agent and Auth Verifier Service Hub to incorporate the latest Microsoft security patches. This ensures your environment benefits from the most recent protections against emerging threats, keeping your data and services secure.
Verify the Hash value for package integrity in Acunetix 360 on-premises
The hash value for the "26.6.1.zip" file is C8584500B45405273DC6B1650523555214268630B751D3BABDBD295F764B0001.
You can verify the integrity of the file by checking its hash value using one of the outlined methods:
PowerShell (Windows):
Get-FileHash -Path "26.6.1.zip" -Algorithm SHA256
Command Prompt (Windows):
certutil -hashfile "26.6.1.zip" SHA256
Linux or macOS:
sha256sum "26.6.1.zip"