39 lines
950 B
YAML
39 lines
950 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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"Nessus"
|
|
tags: panel,nessus
|
|
|
|
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: 4a0a00473045022100b0498b2d90c9b38a14f7ea11fab185f3e99fc5fb501b12a4ba7f2f8311a9a42f0220751a01cc88a5dfb0d88f6470fc5455136a68afa1665071add14eb6d8a1627719:922c64590222798bb761d5b6d8e72950
|