2022-10-26 07:12:59 +00:00
|
|
|
id: nessus-panel
|
2021-03-02 15:29:56 +00:00
|
|
|
|
|
|
|
info:
|
2022-10-26 07:12:59 +00:00
|
|
|
name: Nessus Panel Detect
|
|
|
|
author: joanbono,tess
|
2021-03-02 15:29:56 +00:00
|
|
|
severity: info
|
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"
|
2021-09-08 12:17:19 +00:00
|
|
|
|
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-09-08 12:17:19 +00:00
|
|
|
|
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
|