Results 1 to 12 of 12

Thread: Nessus in Kali?

  1. #1
    Join Date
    2013-Mar
    Location
    Sweden
    Posts
    1

    Nessus in Kali?

    Hi,

    Am missing install-packages for Nessus in Kali. Anyone know if Nessus don't work with Kali?

    Best,

    // Swedishaccent

  2. #2
    Quote Originally Posted by swedishaccent View Post
    Hi,

    Am missing install-packages for Nessus in Kali. Anyone know if Nessus don't work with Kali?

    Best,

    // Swedishaccent
    So nessus is not in the repos, but I installed the Debian 6 package from Tenable. It installed and works fine from my testing.

    http://www.tenable.com

  3. #3
    Join Date
    2013-Mar
    Location
    IXE
    Posts
    13
    Quote Originally Posted by brav0hax View Post
    So nessus is not in the repos, but I installed the Debian 6 package from Tenable. It installed and works fine from my testing.

    http://www.tenable.com

    How to install Debian 6 package from Tenable ?

  4. #4
    Yep. You even get the HTML5 version, which is very nice and works well.

  5. #5
    Join Date
    2013-Mar
    Posts
    2
    Skorpinok i beleive brav0 ment he installed the verion 6 of nessus from http://www.tenable.com/products/ness...erating-system under the linux tab

    If you get redirected to the TOS(Terms of service) just click "agree" an dit will get yo back to the link above

  6. #6
    Join Date
    2013-Mar
    Posts
    12
    Quote Originally Posted by skorpinok View Post
    How to install Debian 6 package from Tenable ?
    Here's how I did it.

    Download the Debian 6 Package to /tmp on Kali for your specific architecture either i386 (32-bit) or amd64 (64-bit)

    http://www.tenable.com/products/ness...erating-system

    Debian 6.0 (32 bits):
    Nessus-5.0.3-debian6_i386.deb

    Debian 6.0 (64 bits):
    Nessus-5.0.3-debian6_amd64.deb

    Unpack the debian package

    In terminal type:

    Code:
    cd /tmp/
    
    ar vx Nessus-5.0.3-debian6*
    
    tar -xzvf data.tar.gz
    
    tar -xzvf control.tar.gz
    There will now be an "etc" directory and a "opt" directory.

    Copy the nessus directory in /tmp/opt/ to the /opt directory, make the /opt directory if it doesn't exist.

    In Terminal type
    Code:
    mkdir /opt
    
    cp -Rf /tmp/opt/nessus /opt
    
    cp -Rf /tmp/etc/init.d/nessus* /etc/init.d
    You can now delete the contents of the nessus download in the /tmp directory if you choose.

    To Run Nessus, from a terminal type:
    Code:
    /etc/init.d/nessusd start # this starts the nessus server
    Open a browser and navigate to: https://127.0.0.1:8834

    Follow the remaining instructions. You WILL NEED to obtain a key/license from www.tenable.com even if only for the "free" version.

  7. #7
    Join Date
    2013-Mar
    Location
    IXE
    Posts
    13
    Great thanks blu3gl0w13
    nessus succesfully installed, up & running

  8. #8
    Thanks nessus worked.....

    by the way i have a different account other thann root but every time i try to start a service like apache and mysql i get to put my password.... is there any way i can get rid of that bother each time i try something new onn kali?

  9. #9
    Join Date
    2013-Mar
    Posts
    12
    Quote Originally Posted by collosangy05 View Post
    Thanks nessus worked.....

    by the way i have a different account other thann root but every time i try to start a service like apache and mysql i get to put my password.... is there any way i can get rid of that bother each time i try something new onn kali?
    Kali, like Backtrack is meant to be run as root, and NOT really meant to be a primary operating system. By default, apache and mysql services require root privileges to start/stop/restart. You CAN alter this, however, this is not recommended.

  10. #10
    Join Date
    2013-Apr
    Posts
    1
    You can download directly match your terminal architecture nessus deb package, and then install them manually.I downloaded the latest version 5.03, the installation was successful.

  11. #11
    I did all of this, but when I run nessusd start, It says nessus not installed properly.. am I missing something?

  12. #12
    Join Date
    2013-Apr
    Posts
    1
    I don't have to much to input other than I have been able to get Nessus successfully working with Kali. Good luck!

Similar Threads

  1. Nessus for ARM Kali (Rpi3)
    By Quicksilver123 in forum ARM Archive
    Replies: 0
    Last Post: 2016-10-29, 18:38
  2. Kali 2 : installing Nessus Help ?
    By Tamaa in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2016-08-09, 17:25
  3. How To install Nessus in kali! [How To]
    By salmonspark in forum How-To Archive
    Replies: 7
    Last Post: 2014-01-02, 21:58

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
  •