nuclei-templates/exposed-panels/nessus-panel.yaml

38 lines
774 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: title:"Nessus"
tags: panel,nessus
requests:
- 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
# Enhanced by md on 2022/11/29