Setup Nessus in Docker

STIPΞNSTIPΞN
1 min read

How to Setup Nessus Vulnerability Scanner in Docker

Requirements:

  • Docker

Guide:

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

  2. 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
    
  3. Wait until ±5 minutes, and open the browser https://localhost:8832/

  4. Input username "nubesec" & password "nubesec"

  5. 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

STIPΞN
STIPΞN