Questions tagged [nessus]

Nessus is a vulnerability scanning program. Its goal is to detect potential vulnerabilities on the tested systems.

Nessus works by performing a port scan with one of its four internal portscanners (or it can optionally use Amap or Nmap) to determine which ports are open on the target and then tries various exploits on the open ports. The vulnerability tests, available as subscriptions, are written in NASL (Nessus Attack Scripting Language), a scripting language optimized for custom network interaction.

7 questions
9
votes
5 answers

Vulnerability Scanner, nmap vs Nessus

I need a good vulnerability auditing tool for Ubuntu so I decided to try nmap I also recalled that there was a product that can do this kind of work called Nessus it is no longer available in the repository and the packages for Ubuntu at its site…
Sabacon
  • 41,474
7
votes
1 answer

How do I install nessus on ubuntu 14.04?

I have tried installing using the other guides, but they either recommend using apt-get (I tried, that doesn't work at all, it can not locate the packages) or using the regular download and just installing it that way. I have tried using the…
sbergeron
  • 2,670
1
vote
1 answer

Can't Install Nessus in Ubuntu 14.04 LTS

I tried with the following command: sudo apt-get install nessus But It shows: Reading package lists... Done Building dependency tree Reading state information... Done Package nessus is not available, but is referred to by another…
1
vote
1 answer

Dpkg error whe I try to upgrade nessus on ubuntu server 12.04

When I run this command sudo dpkg -i Nessus-5.0.1-ubuntu1110_amd64.deb, I got the following error: dpkg: error processing Nessus-5.0.1-ubuntu1110_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while…
0
votes
1 answer

Can I install Nessus on two different systems with the same email address?

I have installed Nessus on one system and used the activation code that was emailed to me to register it, but I totally forgot the administrator password. I've already tried to use a forgotten username and password from the Nessus website, but they…
-1
votes
1 answer

Nessus continues to warn me about vulnerable packages that have been removed

I'm trying to lock down an Ubuntu 20.04 image by removing vulnerable packages we don't use. I've run a Nessus Advanced Network Scan with the SSH login credentials and it found a number of issues, for instance "Ubuntu 18.04 LTS / 20.04 LTS / 22.04…
parsley72
  • 382
-1
votes
1 answer

Nessus installation problem on ubuntu 18

after running "sudo ./nessusd start" i get the following error inside the double quotation. how do i resolve this? "Starting Nessus : ./nessusd: line 31: /opt/nessus/sbin/nessus-service: No such file or directory"