lacu.blogg.se

Run nessus on kali
Run nessus on kali









run nessus on kali

If the Docker container is stopped it can be run again with: docker container start -ai "kali".It is a popular choice among security professionals and enthusiasts, due to the tool's compatibility with both Windows, MacOS and Linux. The container size is ~3GB (with Nessus plugins compiled). The first time Nessus is started it will compile the plugins, which will take a long time. Nessus can be launch in the background inside the container with /opt/nessus/sbin/nessus-service -q -D.

run nessus on kali

Docker container creationĪ Docker container from the built image can be created with docker run -name "kali" -p "8834:8834" -it "kali-nessus-docker-image:v1.0" "/bin/bash". The exported image can later be imported with docker load -i "kali-nessus-docker-image-v1.0.tar". The image size is ~12GB and ~3GB compressed.

run nessus on kali

The built image can be exported to a TAR file with docker save -o "kali-nessus-docker-image-v1.0.tar" "kali-nessus-docker-image:v1.0". This will take a long time since a lot of Kali Linux packages need to be downloaded and installed. Build the Docker image with docker build -t "kali-nessus-docker-image:v1.0".Revise and edit the script variables at the beginning of the install.sh file accordingly.The Docker containers created from this image will not need any further public Internet access. Other Kali packages can be included by editing the script variables at the beginning of the install.sh file. This image (based on kali-last-release) will contain tools mostly suitable for network pentests. This repository allows you to create a Docker image with a lot of Kali Linux tools and Nessus preinstalled and activated. Welcome to the Kali Linux with Nessus Docker image creator. Kali Linux with Nessus Docker image creator











Run nessus on kali