Skip to content

Instantly share code, notes, and snippets.

@christiancost47
Last active November 21, 2020 14:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiancost47/e1d626f347680ad8d1db461ba0511651 to your computer and use it in GitHub Desktop.
Save christiancost47/e1d626f347680ad8d1db461ba0511651 to your computer and use it in GitHub Desktop.

Nessus Ubuntu Installation

    $ sudo dpkg -i Nessus-8.12.0-ubuntu910_amd64.deb
    
    $ sudo systemctl start nessusd
    $ sudo systemctl enable nessusd.service 
    $ sudo systemctl status  nessusd.service

After these steps this message will appear:

● nessusd.service - The Nessus Vulnerability Scanner
   Loaded: loaded (/lib/systemd/system/nessusd.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2020-10-20 16:06:00 -03; 23s ago
 Main PID: 22062 (nessus-service)
    Tasks: 12 (limit: 4432)
   CGroup: /system.slice/nessusd.service
           ├─22062 /opt/nessus/sbin/nessus-service -q
           └─22063 nessusd -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment