Installing Acunetix
Minimum System Requirements
- Supported Operating systems
- Microsoft Windows 10 or Windows Server 2016 R2 or later
- Ubuntu Desktop/Server 18.0.4 LTS or higher
- Suse Linux Enterprise Server 15
- Kali Linux versions 2019.1 and later
- CentOS 8 and CentOS Stream Server and Workstation (with SELinux disabled)
- RedHat 8 and 9 (with SELinux disabled)
- Oracle Linux 8 (with SELinux disabled)
- We are actively testing other Linux distributions. Please let us know if you have requests for specific distros.
- CPU: 64-bit processor
- System memory: minimum of 2 GB RAM
- Storage: 1 GB of available hard disk space.
This does not include the storage required to save the scan results, which will depend on the level of usage of Acunetix.
Note: Acunetix Premium On-Premise is no longer supported on macOS. If you are using macOS, you will need to move to one of the following options:
- Move to Acunetix Premium Online
- Use Acunetix on a Virtual machine
- Use Acunetix on Docker
Supported Browsers
The Acunetix User Interface is delivered through a web server. The supported browsers are:
- Firefox
- Chrome
- Edge
- Safari
If you encounter browser-related issues, please first ensure that you are running the latest version of one of the supported browsers before contacting support.
Networking PreRequisites
After installation, you need to configure settings for AcuSensor Bridge and the networking information that Acunetix will use for incoming AcuSensor data. For more information about AcuSensor Bridge, refer to Configuring General Settings.
How to install Acunetix on Windows
- Download the latest Windows version of Acunetix from the download location provided when you purchased the license.
- Double-click the installation file to launch the Acunetix installation wizard, then click Next when prompted.
- Review and accept the License Agreement.
- Provide credentials for the Administrative user account. These will be used to access and configure Acunetix.
- Configure how the Acunetix Web UI is accessed and if remote UI access is allowed.
- Review the installation tasks, then click Install to start the installation.
- Setup will now copy all files and install the Acunetix services.
- Click Finish when the installation is complete.
How to install Acunetix on Linux
- Download the latest Linux version of Acunetix from the download location provided when you purchased the license.
- Open a Terminal Window.
- Use chmod to add the executable permissions on the installation file.
E.g. chmod +x acunetix_13.0.200205121_x64.sh - Run the installation.
- E.g. sudo ./acunetix_13.0.200205121_x64.sh
- If there are dependencies missing, refer to the Notes section below.
- Review and accept the License Agreement.
- Configure the hostname which will be used to access the Acunetix UI.
- Provide credentials for the Administrative user account. These will be used to access and configure Acunetix.
- Proceed with the installation.
Notes
Package Prerequisites
The following packages need to be installed prior to installing Acunetix:
- On Ubuntu:
- sudo apt-get install libxdamage1 libgtk-3-0 libasound2 libnss3 libxss1 libx11-xcb1 libxcb-dri3-0 libgbm1 libdrm2 libxshmfence1 libxmlsec1-openssl bzip2
- On Suse Linux Enterprise Server or OpenSUSE Leap:
- sudo zypper install libXdamage1 libgtk-3-0 libasound2 mozilla-nss libX11-xcb1 libXss1 libxmlsec1-openssl1 libgbm.so.1
- On Red Hat Enterprise Linux 8 or CentOS 8 or CentOS Stream:
- sudo yum install libX11 libX11-devel gtk3 nss libXScrnSaver alsa-lib bzip2 mesa-libgbm libxshmfence xmlsec1-openssl
SeLinux on CentOS 8, CentOS Stream, RedHat 8, or Oracle Linux
SeLinux needs to be disabled if you are installing Acunetix on CentOS, RedHat, or Oracle Linux.
- To disable SeLinux temporarily, open a Terminal window and run the following:
- sudo setenforce 0
- To disable SeLinux permanently:
- open a Terminal window
- run the command "sudo nano /etc/selinux/config"
- find the line that sets the "SELINUX" parameter and change the line to read "SELINUX=disabled"
- save the amended "/etc/selinux/config" file
- reboot the machine
Activating your Acunetix Installation
After installation, Acunetix needs to be activated using your license key. This can be done by logging into Acunetix using the web UI, which by default is running on https://localhost:3443. You will immediately be directed to the Subscription page, where you can insert your License key and proceed with product activation.
Language for Web Interface
You can select from one of the available languages for the web interface from the User Profile page.
Time Zone
If you wish Acunetix to present date information in a Time Zone that is different from that of your operating system, you can select the desired timezone from the User Profile page.
Enable the AcuMonitor Service
At this stage, you can also choose to register your installation with the AcuMonitor service. AcuMonitor is used to detect certain types of vulnerabilities, such as Blind XSS, SSRF, XXE, and other out-of-band vulnerabilities, which can only be detected using an intermediary service. More information on AcuMonitor can be found at https://www.acunetix.com/vulnerability-scanner/acumonitor-technology/.
A full list of checks that involve AcuMonitor can be found at https://www.acunetix.com/vulnerabilities/web/tag/acumonitor/?nocache/
Note: Product activation requires a connection to the internet.
Enabling Additional Scanning Technologies
You can enable additional scanning tools to achieve a more thorough evaluation of your Targets.
Installing AcuSensor in your web application
If you need to scan a .NET, JAVA, or PHP web applications, you should install Acunetix AcuSensor on your web application in order to improve the detection of vulnerabilities, get the line in the source code where vulnerabilities are located, and decrease false positives.
Installing Network Scanning (OpenVAS)
Acunetix can be configured to use OpenVAS to perform network scans of the Targets configured in Acunetix.
Installing Malware Scanning
Acunetix can work in conjunction with AntiVirus engines to check for malware on your site. The default engine used is the Windows Defender AntiVirus service, with ClamAV being a viable alternative.
Upgrading Acunetix
Upgrading Acunetix for Windows
To upgrade from a previous MAJOR version of Acunetix:
- Close all instances of Acunetix
- Optionally backup the Acunetix data folder, which includes the Acunetix database and other settings. These are all found in <C:\ProgramData\Acunetix>
- You can run the latest Acunetix installation directly on the machine running the previous version of Acunetix. The installation will detect the older version and will proceed with upgrading it to the latest version. All your settings will be retained.
Upgrading Acunetix for Linux
To upgrade from a previous MAJOR version of Acunetix:
- Close all instances of Acunetix
- Optionally backup the Acunetix data folder which includes the Acunetix database and other settings. These are all found in /home/acunetix/.acunetix
- You can run the latest Acunetix installation directly on the machine running the previous version of Acunetix. The installation will detect the older version and will proceed with upgrading it to the latest version. All your settings will be retained.