Acunetix 360 On-Premises - v26.2.2
New features
- Added SEM integration support with Client Certificate authentication
- Added the HTTP archive (.har) file download into the “Verify form authentication” screen
Improvements
- Updated scan profile tag handling to apply only delta changes via UI & API
- Updated Requester details in the Form Authentication API documentation
- Tags in Agent AWS instances have been updated
- Upgraded Shark.Java package from version 20 to version 21
- Improved login fail notification
- Improved the Docker agent startup script logic by adding retry and cleanup mechanisms
Resolved issues
- Fixed an issue preventing scans with OAuth2 settings from starting
- Resolved a Chromium issue on Auth Verifier Agents
- Fixed an issue that occurred when exporting the Detailed Scan Report
- Fixed an issue that impacted “Detailed Scan Report” generation
- Fixed browser crashes that occurred under certain edge conditions
- The UI issue experienced in the Client Certificate turn on/off state has been fixed
Verify the Hash value for package integrity in Acunetix 360 on-premises
The hash value for the "26.2.2.zip" file is 4956E422B1F552B426A344893773E244CDE833674C09F5AE4EEAF9306C9AED41.
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.2.2.zip" -Algorithm SHA256
Command Prompt (Windows):
certutil -hashfile "26.2.2.zip" SHA256
Linux or macOS:
sha256sum "26.2.2.zip"