Skip to content

Tenable Nessus Panel - Detect

ID: nessus-panel

Severity: info

Author: joanbono,tess

Tags: panel,nessus,tenable

Tenable Nessus panel was detected.

id: nessus-panel
info:
name: Tenable Nessus Panel - Detect
author: joanbono,tess
severity: info
description: Tenable Nessus panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:tenable:nessus:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: tenable
product: nessus
shodan-query:
- title:"Nessus"
- http.title:"nessus"
fofa-query: title="nessus"
google-query: intitle:"nessus"
tags: panel,nessus,tenable
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/server/status"
matchers-condition: or
matchers:
- type: word
part: header
words:
- 'NessusWWW'
- type: word
part: body
words:
- "<title>Nessus</title>"
- "window.location = '/unsupported6.html';"
condition: and
# digest: 4a0a00473045022100ab60c1e8fe1e67a7a19ce5e198b399ae0e86302c62d3e1cad8f729fb45c7a89d0220695e8c813db5bf340188aa643b13336ed6322e0884b42c988805732f8f1b6f39:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/nessus-panel.yaml"

View on Github