Acunetix DAST powers runtime capabilities for Invicti’s complete AppSec platform. Visit Invicti for more.

Acunetix 360 On-Premises - v26.1.0

New feature

  • Improved REST API compliance by adding proper PUT verb endpoints for 13 update operations (AgentGroups, AuthenticationProfiles, Discovery, Issues, Members, Notifications, Roles, ScanPolicies, ScanProfiles, Team, WebsiteGroups, Websites), replacing legacy POST endpoints while maintaining full backward compatibility

Improvements

  • Added agent type information to Queue Reason for improved clarity
  • Limited all discovery settings entries to 100 lines to address performance issues and improve data retrieval efficiency
  • Relocated the "InterceptDocumentOnly" setting from Advanced settings to Scan policy for improved accessibility
  • Unified the Splunk Enterprise and Splunk Cloud add-ons into a single package for simplified deployment and maintenance. The legacy on-premises app is now deprecated, with full support for both platforms available in the consolidated add-on
  • Upgraded the underlying engine to Chromium 137.0.7151.68, delivering critical security patches, improved stability, and better performance

Resolved issues

  • Fixed TempPath-dependent errors when the path contains whitespace
  • Fixed InvictiProxy usage on Auth Verifiers
  • Fixed a permissions issue where users without "Edit Members" permissions were unable to perform API Token Reset operations
  • Fixed the /api/1.0/agentgroups/list endpoint returning null for the Teams field when TeamAgentGroupAssignmentEnabled was enabled, ensuring team assignments for agent groups are properly retrieved
  • Fixed OAuth 2.0 3-legged Authorization code issue
  • Fixed a sitemap issue causing URLs with /#/ to be missing
  • Fixed an issue where excluded cookies were incorrectly appearing in scan reports
  • Fixed gRPC attack engine to use form values
  • Fixed scan data archiving error

Verify the Hash value for package integrity in Acunetix 360 on-premises

The hash value for the "26.1.0.zip" file is 981B126AC2A2BB56DAFD74BED818DA5AC897F3B990030E11845DDF654DBE1643.

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.1.0.zip" -Algorithm SHA256
Command Prompt (Windows):

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

sha256sum "26.1.0.zip"