Setup Nessus in Docker
How to Setup Nessus Vulnerability Scanner in Docker

Requirements:
- Docker
Guide:
Get the Nessus activation code from the Tenable website: https://www.tenable.com/products/nessus/nessus-essentials

Start docker and run the command below :
docker run --name nss02 -d -p 8832:8834 -e ACTIVATION_CODE="93LR-YKWT-B4JE-FV2H-FMS3" -e USERNAME=nubesec -e PASSWORD="nubesec" tenableofficial/nessusWait until ±5 minutes, and open the browser https://localhost:8832/

Input username "nubesec" & password "nubesec"

Wait until the installation progress is complete and you're ready to rock.



