nuclei-templates/http/exposed-panels/greenbone-panel.yaml

31 lines
646 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:
max-request: 1
verified: true
zoomeye-query: title:"Greenbone Security Assistant"
shodan-query: http.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