Acunetix 360 On-Premises - v25.5.0

New features

  • Implemented webapp for secure storage and retrieval of passwords for Pre-Request scripts
  • Added an integration for NTA with NGINX (Read more)

Improvements

  • Implemented default limit setting to 1000 without flag for all fields except Second Level Domains
  • Implemented custom field Parent option in integration with Azure Boards
  • Implemented agent for secure storage and retrieval of passwords for Pre-Request scripts

Resolved issues

  • Resolved an issue on the Technologies Dashboard
  • The 'Tags' filter in All Issues now works correctly when using the 'Not Contains' condition
  • Resolved issue where no results appeared when filtering the target list on the Target Group page. This was linked to the 'View Target List' permission
  • Resolved communication issues in the TestBasicAuthCredentials process and improved HTTP connection handling
  • Resolved an issue where not all attributes were exported correctly from the Issues page
  • Fixed an issue with Bad Request Response on Scan Summary
  • Fixed naming issues of WordPress plugin Contact Form 7
  • Fixed the issue of LoginRequiredUrl and Pre-Request script requests causing bottlenecks in HTTP requests
  • Fixed an issue that unnecessarily included the code parameter in OAuth2 authorization requests
  • The scanning engine now correctly processes merged request headers received from browser
  • Resolved an issue where scans using cloud agents would occasionally fail after extended runtimes with an "agent unavailable" error
 

Notes for Verifying the Hash Value for Package Integrity in Acunetix 360 On-Premises

The hash value for the "25.5.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: 21CBD3054EE545C365E2CE9B40087D777F6D6F7E2F9B5F407A3F70C1DA1692C5

Methods to Verify the Hash Value:

PowerShell (Windows):

Get-FileHash -Path "25.5.0.zip" -Algorithm SHA256
Command Prompt (Windows):

certutil -hashfile "25.5.0.zip" SHA256
Linux or macOS:

sha256sum "25.5.0.zip"