![]() |
|
How to install nessus on BT5 R3 - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: How to install nessus on BT5 R3 (/Thread-How-to-install-nessus-on-BT5-R3) |
How to install nessus on BT5 R3 - hunt3r972 - 12-11-2012 Nessus is a scanning tool to find the weaknesses of potential on the victim computer. This is how to install it: Quote:apt-get install libqt4-core libqt4-gui libqtcore4 libqt4-network libqt4-script libqt4-xml libqt4-dbus libqt4-test libqtgui4 libqt4-svg libqt4-opengl libqt4-designer libqt4-assistant http://www.tenable.com/products/nessus/nessus-download-agreement Go on this website to download the .deb file. When you downloaded it: Quote:dpkg -i *.deb Quote:/opt/nessus/sbin/nessus-mkcertThis will make the certificate for nessus. Fill the good answer. Most of the time, the answer is the one between the hooks. http://www.tenable.com/products/nessus/select-your-operating-system Go here to get your activation code. You must give a valid email address to receive it Quote:nessus-fetch --register XXXX-XXXX-XXXX-XXXX-XXXX This will activate nessus with the code received Quote:/opt/nessus/sbin/nessus-adduser To create your user account. Choose an username and a password Quote:/etc/init.d/nessusd start Start the server. Nessus is now ready. You can use it by going on: https://127.0.0.1:8834/ DON'T ABORT THE PLUGIN FETCHING ! |