Results 1 to 8 of 8

Thread: How To install Nessus in kali! [How To]

  1. #1
    Join Date
    2013-Apr
    Posts
    3

    How To install Nessus in kali! [How To]

    A few people would probably like to know how to install Nessus in Kali. Well here You go:

    Step 1: in kali go to http://www.tenable.com/products/ness...erating-system and choose "Linux" Then Debian 6.0. 9Then 32 bits or 64 bits depending on your version.

    Step 2: Download this and save it to your desktop. Rename it to "nessus.deb"

    Step 3: Open up Terminal and type this in:
    Code:
    cd Desktop
    Code:
    dpkg -i nessus.deb
    Step 3a. Wait until Nessus finishes installing then you have to start the Nessus Server by typing this into Terminal
    Code:
    /etc/init.d/nessusd start
    Step 4: Then open Nessus in your browser http://localhost:8334/

    Step 5: Go through the set-up process then your done!

    Congrats! You have installed Nessus
    Last edited by salmonspark; 2013-04-27 at 14:13. Reason: Forgot to include step 3a

  2. #2
    Join Date
    2013-Apr
    Posts
    10
    When i try 8334 it says unable to connect - any ideas?

  3. #3
    Join Date
    2013-Mar
    Posts
    5
    Did you start Nessus daemon?
    /etc/init.d/nessusd start

  4. #4
    Join Date
    2013-Apr
    Posts
    7
    Step 4 didn't work for me either.
    But during installation I noticed those two instructions:
    - You can start nessusd by typing /etc/init.d/nessusd start
    - Then go to https://kali:8834/ to configure your scanner
    So I run this: /etc/init.d/nessusd start, to start nessusd and then point my browser here: https://kali:8834/
    It asked me to authenticate it and then the set-up process continues just fine.

  5. #5
    Quote Originally Posted by imabuvu View Post
    When i try 8334 it says unable to connect - any ideas?
    You have to start the Nessusd server, before being able to connect to the server -- a step which OP failed to include.

    Open a ternminal and put the following:
    Code:
    /etc/init.d/nessusd start
    After that, you can connect

  6. #6
    Join Date
    2013-Apr
    Posts
    3

    Forgot step 3a!

    Sorry guys I forgot to include step 3a. This should fix all the problems with people not being able to connect to their server. Step 3a starts the nessus server and allows you to connect to it. My bad!!

  7. #7
    Join Date
    2013-May
    Posts
    2
    great it works perfectly, tx guys !!!

  8. #8
    Join Date
    2014-Jan
    Posts
    1
    Thanks! Works great!

Similar Threads

  1. Kali 2 : installing Nessus Help ?
    By Tamaa in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2016-08-09, 17:25
  2. Replies: 1
    Last Post: 2014-08-25, 16:15
  3. Nessus in Kali?
    By swedishaccent in forum General Archive
    Replies: 11
    Last Post: 2013-04-19, 03:07

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •