2021-03-02 15:29:56 +00:00
|
|
|
id: nessus-panel-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Nessus Panel detector
|
|
|
|
author: joanbono
|
|
|
|
severity: info
|
2021-04-06 07:25:57 +00:00
|
|
|
tags: panel
|
2021-03-02 15:29:56 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/server/status"
|
2021-09-08 12:17:19 +00:00
|
|
|
|
2021-03-02 15:29:56 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '{"code":200,"progress":null,"status":"ready"}'
|
|
|
|
part: body
|
2021-09-08 12:17:19 +00:00
|
|
|
|
2021-03-02 15:29:56 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'NessusWWW'
|
|
|
|
part: header
|
2021-09-08 12:17:19 +00:00
|
|
|
|
2021-03-02 15:29:56 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|