33 lines
839 B
YAML
33 lines
839 B
YAML
id: greenbone-panel
|
|
|
|
info:
|
|
name: Greenbone Security Assistant Panel - Detect
|
|
author: pbuff07
|
|
severity: info
|
|
description: |
|
|
Greenbone Security Assistant Web Panel is detected
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Greenbone Security Assistant"
|
|
zoomeye-query: title:"Greenbone Security Assistant"
|
|
tags: panel,greenbone,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Greenbone Security Assistant</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402203c9f7c73a6ed6d8f8994f6210834cf6628b73f56ce8285868490f890c898740402207958d608ecb7005e3467e258cf08d78ebc933a544026ae91b7d6da9ad92d9f07:922c64590222798bb761d5b6d8e72950
|