commit
4b99737308
|
@ -1,28 +1,30 @@
|
|||
id: nessus-panel-detect
|
||||
id: nessus-panel
|
||||
|
||||
info:
|
||||
name: Nessus Panel detector
|
||||
author: joanbono
|
||||
name: Nessus Panel Detect
|
||||
author: joanbono,tess
|
||||
severity: info
|
||||
tags: panel
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Nessus"
|
||||
tags: panel,nessus
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/server/status"
|
||||
|
||||
matchers-condition: and
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '{"code":200,"progress":null,"status":"ready"}'
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'NessusWWW'
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Nessus</title>"
|
||||
- "window.location = '/unsupported6.html';"
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue