Acunetix 360 On-Premises - v25.2.0
New features
- Added single-tab crawling for websites that do not allow multiple-tab browsing
- Upgraded the Shortcut integration API endpoint to v3
Improvements
- Added Customizations folder to the Agent Output folder
- Removed Feature flag and implementation for ‘INV-5855-HashiCorp-Vault-TLS-certificate-authentication-support-enabled’ flag
- Improved the performance of searching by profileName on the Scan-Index page
- Added a new API endpoint for searching and listing websites with filtering, optimized performance, and improved error handling
Resolved issues
- Updated APIHub npm package to the latest version
- Resolved scan authentication issues for multiple pages
- Resolved issues related to screenshots and login processes
- Fixed Dashboard Widget Active Issue is empty when selecting a specific target
- Fixed the problem of reverting vulnerability in issue update endpoint to default
- Fixed removes preferred agent group in update-scheduled API endpoint
- Fixed an auto-update issue for Verifier AgentAdded control for URLs that should not be included in the scope
- Upgraded the Shortcut (Clubhouse) integration
- Resolved an issue caused by the Chromium version update by updating Chromium dependencies for the Linux operating system. Refer to the updated scripts to install the required dependencies for Headless Chrome.Read more.
Notes for Verifying the Hash Value for Package Integrity in Acunetix 360 On-Premises
The hash value for the "25.2.0.zip" file is provided below. You can verify the integrity of the file by checking its hash value using one of the methods outlined above:
Release Package Hash Value: B34B8FB716E27DA1CA13D29AA8B6CE60ED34D786057FD47FCC988CAEEAA3E419
Methods to Verify the Hash Value:
PowerShell (Windows):
Get-FileHash -Path "25.2.0.zip" -Algorithm SHA256
Command Prompt (Windows):
certutil -hashfile "25.2.0.zip" SHA256
Linux or macOS:
sha256sum "25.2.0.zip"
You can use any of the above methods to verify the hash value and ensure the integrity of the "25.2.0.zip" file.