Questions tagged [nessus]

Nessus is a commercial vulnerability scanner offered by Tenable Security

Nessus is a commercial vulnerability scanner offered by Tenable Security.

Nessus features high-speed discovery, configuration auditing, asset profiling, sensitive data discovery and vulnerability analysis of your security posture. Nessus scanners can be distributed throughout an entire enterprise, inside DMZs and across physically separate networks

98 questions
-1
votes
1 answer

How to update Java inside Container

I am fairly new to running Docker and have a question about updating java. Do I need to completely rebuild the container if we need to update the java version? Our nessus scans are flagging the java version by scanning the docker/overlay2 folder on…
Eddie
  • 3
  • 2
-1
votes
1 answer

How to Write data directly to mounted volume in linux?

I have an application running in the / system of a cloud vm. (dev/sda) I can't resize the root "/ "partition to extend the storage size and the application does not have an option to write the reports to a different location. So I have created…
Chronograph3r
  • 125
  • 2
  • 14
-1
votes
1 answer

jackrabbit webdav disable?

recently my jackrabbit(2.8.0) has been scanned by nessue with 2 issue one is some jsp page has clickjacking (please seejackrabbit webdav use HTTP) and the other is use http instead of https (please see some jackrabbit's jsp page have…
borgliu
  • 3
  • 1
-1
votes
1 answer

curl error only on RHEL 7.1 but not on CentOS or Ubuntu

We have a Nessus server running on Windows 10. I am trying to run curl commands from linux. These commands used to work fine until an upgrade of the Nessus server a few weeks back. This example command works fine on Ubuntu 14.04 and CentOS 7.2…
SamK
  • 53
  • 6
-1
votes
2 answers

Should we consider info level issues reported by nessus as vulnerabilities

While running a nessus scan it reported few issues with severity as "info". Should we consider these as security vulnerabilities against that product/module. Nessus documentation is not very clear on this aspect. Would like to know what is the…
Atul Soman
  • 4,612
  • 4
  • 30
  • 45
-1
votes
1 answer

Nessus vs OWASP Dependency Check

I would like to ask about the difference between Nessus and OWASP Depencence Check. My understanding is that Nessus includes the functionality of Dependency Cherck, Is that right ?
Walid Da.
  • 948
  • 1
  • 7
  • 15
-1
votes
1 answer

Powershell Script - Merge Multiple Nessus Scans -

So I am attempting to automate the process of merging multiple Nessus scans, following the manual guide defined at Ryker Exum. The challenge I'm having is the part where I have to find and delete lines within files up to and including a certain…
jbush
  • 11
  • 6
-3
votes
2 answers

How to read JSON (in mentioned format)?

I have to parse and get the 'id' field value alone (i.e 13 in this case) from the below JSON response. My JSON response will be in the below format. This is get policies nessus call {'policies': [{'creation_date': 1546583582, …
1 2 3 4 5 6
7