sonnyyu / docker-nessus

Nessus is the world's No. 1 vulnerability scanning solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Nessus as a Docker Image

You can deploy a managed Nessus scanner or an instance of Nessus Professional as a Docker image to run on a container. The base image is a CentOS 8 instance of Nessus. You can configure the Nessus instance with environment variables to automatically configure the image with the settings you configure.

Tenable does not recommend deploying Nessus in a Docker container that shares a network interface controller (NIC) with another Docker container.

Install software

git clone https://github.com/sonnyyu/docker-nessus/
cd docker-nessus

Getting started

docker pull tenableofficial/nessus
docker-compose up -d

Quit

docker-compose down 

Quit and remove volume

docker-compose down -v

Open web interface

https://[IP]:8834/

About

Nessus is the world's No. 1 vulnerability scanning solution

License:MIT License