0

how does Nessus scanner write plugins for the latest CVE’s that don’t have a public exploit? in order to identify the vulnerabilities in the network. does it do banner matching with the available CVE ?

M4rkm3n_
  • 11
  • 1
  • 5

1 Answers1

0

In some cases a version check will be done using either local or remote detection to verify if the target version is vulnerable.

In other cases a security researcher will work on developing a proof of concept based on the vulnerability description.