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

38 lines
774 B
YAML
Raw Normal View History

2022-10-26 07:12:59 +00:00
id: nessus-panel
2021-03-02 15:29:56 +00:00
info:
name: Tenable Nessus Panel - Detect
2022-10-26 07:12:59 +00:00
author: joanbono,tess
2021-03-02 15:29:56 +00:00
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
2022-10-26 07:12:59 +00:00
metadata:
verified: true
shodan-query: title:"Nessus"
tags: panel,nessus
2021-03-02 15:29:56 +00:00
requests:
- method: GET
path:
2022-10-26 07:12:59 +00:00
- "{{BaseURL}}"
2021-03-02 15:29:56 +00:00
- "{{BaseURL}}/server/status"
2022-10-26 07:12:59 +00:00
matchers-condition: or
2021-03-02 15:29:56 +00:00
matchers:
- type: word
2022-10-26 07:12:59 +00:00
part: header
2021-03-02 15:29:56 +00:00
words:
2022-10-26 07:12:59 +00:00
- 'NessusWWW'
2021-03-02 15:29:56 +00:00
- type: word
2022-10-26 07:12:59 +00:00
part: body
2021-03-02 15:29:56 +00:00
words:
2022-10-26 07:12:59 +00:00
- "<title>Nessus</title>"
- "window.location = '/unsupported6.html';"
condition: and
# Enhanced by md on 2022/11/29