Setup Nessus in Docker
STIPΞN
1 min read
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/nessus
Wait 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.
0
Subscribe to my newsletter
Read articles from STIPΞN directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by