Installing scan agents on Windows

To scan a website located on your internal network, and not accessible from the internet, you can install and configure a scan agent on your network. The agent will conduct the actual scan job and then report the results back to Acunetix 360.

In addition to the scan agent, you can add an authentication verifier agent that will verify the form authentication on your website. For more information, refer to Installing Authentication Verifier Agents.

Installing a scan agent

There are three stages to this process:

  1. Download and configure the internal agent
  2. Run the agent on your local network where it can reach the internal website you want to scan
  3. Define and scan your internal website

NOTE: You can also install internal agents in Linux and Docker. For more information, refer to Installing a scan agent on Linux or Installing a scan agent via Dockerization.

Downloading and configuring the internal agent

First, you need to download the installation files of the scan agent and install them on a machine in your internal network.

Prerequisites

Software requirements

  • Windows Server 2016 or above (Windows Server 2019 recommended)

Hardware requirements

  • 1.4 GHz Processor (2.0 GHz or faster recommended)
  • 4 GB RAM or higher recommended
  • 10 GB Free Disk space for each internal agent

Network requirements

  • Agent should be configured so that it can reach your internal website through HTTP/HTTPS
  • Agent needs to be able to access the Acunetix 360 Application Server’s HTTP(S) (443) port

Allowlisting requirements

  • www.invicti.com
  • netsparker.com
  • r87.me
  • https://online.acunetix360.com/
  • 18.215.138.185, 3.209.193.120, s3.us-east-1.amazonaws.com

Access requirements

  • User(s) must have administrator privileges to run the required commands and agent service.

NOTE: If you select TLS 1.3 as a security protocol from the Scan Policy, make sure you have Windows 11 or Windows Server 2022 or higher versions.

How to download and configure the scan agent

  1. Log in to Acunetix 360.
  2. From the main menu, go to Agents > Manage Agents > Configure New Agent.

  1. From the Agent section, select Windows to download the Acunetix 360 Scanner Agent. Your Agent Token is also displayed.
  • Extract the contents of the zip file to C:\A360_Agent. (You can use another location, but these instructions will use this path.)
  • Open the C:\A360_Agent\appsettings.json file with your preferred text editor.
  • You need to edit two attributes before running the agent, listed under AgentInfo:
  • AgentName: This can be anything you want. This text will be displayed when you are starting a new Scan. (If you are going to install more than one instance of the agent make sure you set a unique AgentName value for each instance, something you will remember later.)
  • ApiToken: In Acunetix 360, the Agent Token is displayed in the Configure New Agent window. Copy it into the apiToken.
  1. Save and close the C:\A360_Agent\appsettings.json.

TIP: You can change the default location where the scan agent saves its data. For more information, refer to Changing default data folder for the scanner agent.

Setting the agent as a Windows Service

An internal agent should be configured as a Windows service, so that it can poll the Acunetix 360 servers regularly and can take the scan initiation command from the server.

How to set the agent as a Windows Service

  1. Open a command prompt in Administrator mode and navigate to the agent's folder.
  2. Run the command below to install the Acunetix 360 scan agent as a Windows Service:

Acunetix.Cloud.Agent.exe -i

  1. Press Windows+R, type 'services.msc' and press Enter.
  2. Find 'Acunetix 360 Scanning Service - YourAgentName'.
  3. Right-click on it and select Properties.
  4. Make sure Startup type is set to Automatic, then click Start.

IMPORTANT: Note that although this service is set to start automatically, it will not restart until the PC is restarted too.

  1. Click Apply and OK, then exit the Properties window.

The Acunetix 360 scan agent is now running on your network, shortly it will be registered to Acunetix 360.

You can uninstall the Windows Service by specifying the -u argument instead of the -i argument used during the installation process.

Multiple scan agents on Windows

This section explains how to install and uninstall multiple scan agents on Windows.

How to install multiple verifier agents on Windows

  1. Copy all files from the default scan agent’s folder to the new agent’s folder. For this example, the path is: C:\Acunetix 360 Agent. If you decided to use Agent-2 as the new agent name, you could use this command to copy all files to the new agent’s folder:

xcopy "C:\Acunetix 360 Agent\*.*" "C:\Acunetix 360 Agent-2" /yie

This creates a new directory in C:\Acunetix 360 Agent-2 and copy in all the required files.

  1. Locate the new agent’s folder and open the appsettings.json file with a text editor. Set the new agent’s name.
  2. Open a command prompt in Windows with Administrator rights and install the new agent as a Windows Service using these commands:
  • This command changes the current folder to the new Agent’s folder:

cd C:\Acunetix 360 Agent-2 

  • This command installs the new Agent as a Windows Service:

Acunetix.Cloud.Agent.exe -i

  1. Press Windows+R, type 'services.msc' and press Enter.
  2. Find 'Acunetix 360 Scanning Service - YourAgentName'.
  3. Right-click on it and select Properties.
  4. Make sure Startup type is set to Automatic, then select Start.

How to uninstall the scanner agent

  1. Open a command prompt in Administrator mode and navigate to the agent's folder.
  2. Run the following command to stop and delete the Acunetix 360 scan agent as a Windows Service:

sc stop "Acunetix 360 Scanning Service - YourAgentName"

sc delete "Acunetix 360 Scanning Service - YourAgentName"

This command will delete the verifier agent service. If required, you can delete the related folder.

Managing Groups

On the Manage Groups page, you can search for and view the names of the different agent groups. You can also edit or delete their details, and add a new agent group.

How to add a new agent group

  1. From the main menu, select Agents > Manage Groups.
  2. From the Agent Groups window, select New Agent Group.
  3. Complete the Name and Agents fields.
  4. Select Save.

How to edit agent groups

  1. From the main menu, select Agents > Manage Groups.
  2. From the Agent Groups window, select Edit on the field of the group you want to edit.
  3. In the New Agent Group window, make your edits.
  4. Select Save.

How to delete agent groups

  1. From the main menu, select Agents > Manage Groups.
  2. From the Agent Groups window, select Delete.
  3. Select Yes, Delete in the dialog.

Auto-Update support for scan agents

When a new agent version has been published, you can update your agents manually using installation files on the machines on which agents are installed.

Alternatively, you can update agents manually by clicking Update Agent (visible only when Enable Auto Update is not configured and a new version of the agent is available).

While the update is in progress, the State field will display 'Updating'.

Another allternative is to enable Auto Update. This means that when the new version of the Acunetix 360 scan agent is available, the target agent will update itself as soon as possible when it’s idle.

How to enable automatic agent updates

  1. From the main menu, select Agents > Manage Agents.
  2. Next to the relevant Agent, select the Command drop-down, then Enable Auto Update.

How to disable automatic agent updates

  1. From the main menu, select Agents > Manage Agents.
  1. Next to the relevant Agent, select the Command drop-down, then Disable Auto Update.

Setting a proxy for scan agents

Setting a proxy for the scan agent in Acunetix 360 requires entering proxy settings manually to the appsettings.json file with your preferred text editor. Acunetix 360 supports Basic Authentication but not Digest and NTLM.

This table lists and explains the entries in the proxy settings.

Field

Description

Proxy Mode

Enter your proxy settings if you want the agent to use or not to use the proxy. There are three modes:

  • NoProxy: The agent does not use a proxy even if you configure the server's proxy settings.
  • SystemProxy: The agent uses the system proxy that was defined on the server.
  • CustomProxy: The agent uses a custom proxy that you define in the appsettings.json file.

Use Default Credentials

Enter true if you authenticate to the proxy via the user that the agent service is defined.

Username

Enter a username for authentication

Password

Enter a password for authentication

Domain

Enter a domain name

Address

Enter a proxy address. Only IP address or hostname without schema and port is allowed.

Port

Enter a port for the proxy

Bypass on Local

Enter a value that indicates whether to bypass the proxy server for local addresses.

Bypass List

Enter the address(es) that do not use the proxy server. Enter the address(es) as RegEx.

The following shows some possible bypass list expressions:

"example\\.com",

";*\\.example\\.com",

"192\\.168\\.1\\.1",

"www\\.example\\.com",

"www\\.example\\.com:8080",

"100\\.;*\\.;*\\.;*"

Here is an example illustration of how to bypass targetwebsite.com with all subdomains and 122.178.1.1.

"ProxySettings": {

    "ProxyMode": "CustomProxy",

    "UseDefaultCredentials": true,

    "Username": "",

    "Password": "",

    "Domain": "",

    "Address": "acunetix360.proxy.com",

    "Port": "8080",

    "ByPassOnLocal": false,

    "ByPassList": [";*\\.targetwebsite\\.com","targetwebsite\\.com","122\\.178\\.1\\.1"]

  }

IMPORTANT: Any changes in the appsetting.json file, such as proxy settings and changing the API Token, require restarting the service so that the changes can take effect.

Using a proxy auto-configuration file

You can use a proxy automatic configuration (PAC) to configure your proxy. A PAC file lets you describe the proxy configuration in a file using JavaScript, so you can manage your proxy settings effortlessly.

NOTE: To use a PAC file, you must set the proxy mode to System Proxy in the appsetting.json file. For more information about proxy settings, refer to Setting a proxy for scan agents.

 

How to use a Proxy Auto-Configuration file  in Windows

  1. Go to Settings > Network & Internet > Proxy.
  2. Turn on the Use setup script toggle.
  3. In the Script address field, enter the PAC file's URL address.

  1. Select Save.

How to use a Proxy Auto-Configuration file in Linux (Debian Distribution)

  1. Go to Settings > Network > Network Proxy.
  2. From the Network Proxy window, select Automatic.
  3. In the Configuration URL field, enter the PAC file's URL address.

  1. Close the window.

TIP: Malware analysis with ClamAV

If you want an Acunetix 360 scan agent to carry out malware analysis you need to download and install ClamAV. For more information, refer to Malware analysis with ClamAV in Acunetix 360.

Changing the default scan data folder for the scan agent

You can change the default location where the scan agent saves its data. This helps you avoid running out of free space due to accumulating scan data.

By default, the scan agent saves the scan data to the C:/Acunetix 360 folder. However, you can choose to save the scan data in a different location to prevent filling up your free space.

The following instructions explain how to change the location where the scan agent saves its scan data. These instructions are valid for new agents or existing agents:

How to change the default scan data folder

  1. Navigate to the agent’s folder you want to change the default folder.
  2. Open appsettings.json file with your preferred text editor.
  3. Add the following attribute listed under AgentInfo:
  • "ScanDataFolderPath": "FullPath"

IMPORTANT: Write the full path as shown in the following example:

C:\\Users\\[User]\\Documents\\ScanData

  1. Save and exit.

If you modified the existing agent's configuration file, you need to restart the agent service. So, Open services.msc, find 'Acunetix 360 Scanning Service - YourAgentName', and restart the agent service.

This restart does not affect your saved scan data. To move the existing data, you need to copy the data and paste it into the new folder.

If this is a new agent, continue following these instructions: Setting the agent as a Windows Service.

Defining and scanning an internal website in Acunetix 360

Now that you have installed a scan agent into your infrastructure, you need to configure Acunetix 360 to let it know which websites should be scanned with an internal agent rather than with the built-in agents.

How to define an internal website in Acunetix 360

  1. Log in to Acunetix 360.
  2. From the main menu, select Websites > New Website.
  3. Enter your internal website details (refer to Adding a website or API).
  4. From the Agent mode field, select Internal.
  1. Click Save.

How to scan an internal website with an agent

  1. Log in to Acunetix 360.
  2. From the main menu, select Scans > New Scan.
  3. From the Target URL field, select your Internal Website (if the field is not already populated).
  4. The Preferred Agent field is already selected by default. Your newly installed scanning Agent is displayed as an option. If you installed more than one instance, select the one which can access your Internal Website. If any of them can access your Internal Website, select the default option Any of the available agents. By selecting this, one of the idle agents will scan your website.
  5. Select Launch. (For simplicity, optimization and other settings are ignored in this procedure.)

Your scan has been started in the Queued state. Shortly, you will see that its status changes to Scanning. Once it is completed, you will be able to explore the vulnerabilities found on your website.

 

« Back to the Acunetix Support Page