Skip to content

luluhoward/Acunetix-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Acunetix-install

Acunetix - Vulnerability Scanner install (included docker version)

File structure

Each Acunetix setup toolkit include:

  • script install
    • Install-files/acunetix_13.0.200217097_x64
    • Install-files/acunetix_13.0.200715107_x64
    • Install-files/acunetix_24.8.240828144_x64
  • license engine
    • Licensed/v13/wvsc
    • Licensed/v24/wvsc
  • license file
    • Licensed/v13/license_info.json
    • Licensed/v24/license_info.json + Licensed/v24/wa_data.dat

Prebuild version

docker pull ltp1120/acunetix_13:latest
docker run -d -p 3443:3443 --name acunetix ltp1120/acunetix_13

Reference: Docker Hub

image

Default account:

  • Email: admin@acunetix.com
  • Password: Acunetix@123

Docker setup guide

Build image

docker build -t acunetix_13 .

Run the container

docker run -d -p 3443:3443 --name acunetix acunetix_13

Local setup guide

Extract the install files

This repo use zip split files (50MB) because of github limit file size for install script

Use zip/unzip:

zip -FF acunetix_24.8.240828144_x64.zip --out full_acunetix.zip
unzip full_acunetix.zip

Use cat:

cat acunetix_24.8.240828144_x64.z* > full_acunetix.zip
unzip full_acunetix.zip

Install and verify the license

Acunetix 13 Linux Install

  1. Install using bash acunetix_13.0.200217097_x64.sh
  2. Copy the "wvsc" file to the install directory: "/home/acunetix/.acunetix/v_200217097/scanner/"
  3. Copy the "license_info.json" license file to the license directory: "/home/acunetix/.acunetix/data/license/"
  4. service acunetix status
  5. service acunetix stop
  6. service acunetix start

Acunetix 24 Linux Install

  1. Install using bash acunetix_24.8.240828144_x64.sh
  2. Copy the "wvsc" file to the install directory: "/home/acunetix/.acunetix/v_200217097/scanner/"
  3. Copy the "license_info.json" license file to the license directory: "/home/acunetix/.acunetix/data/license/"
  4. service acunetix status
  5. service acunetix stop
  6. service acunetix start

About

Acunetix - Vulnerability Scanner install + licensed (included docker version)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%