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

31 lines
639 B
YAML
Raw Normal View History

2023-08-25 09:04:46 +00:00
id: greenbone-panel
2023-08-24 07:03:08 +00:00
info:
2023-08-25 09:04:46 +00:00
name: Greenbone Security Assistant - Panel
2023-08-24 07:03:08 +00:00
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}}"
2023-08-25 09:06:05 +00:00
matchers-condition: and
2023-08-24 07:03:08 +00:00
matchers:
- type: word
part: body
words:
- "<title>Greenbone Security Assistant</title>"
2023-08-25 09:04:46 +00:00
2023-08-24 07:03:08 +00:00
- type: status
status:
- 200