Skip to content

Greenbone Security Assistant Panel - Detect

ID: greenbone-panel

Severity: info

Author: pbuff07

Tags: panel,greenbone,login

Greenbone Security Assistant Web Panel is detected

id: greenbone-panel
info:
name: Greenbone Security Assistant Panel - Detect
author: pbuff07
severity: info
description: |
Greenbone Security Assistant Web Panel is detected
classification:
cpe: cpe:2.3:a:greenbone:greenbone_security_assistant:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: greenbone
product: greenbone_security_assistant
shodan-query:
- http.title:"Greenbone Security Assistant"
- http.title:"greenbone security assistant"
zoomeye-query: title="Greenbone Security Assistant"
fofa-query: title="greenbone security assistant"
google-query: intitle:"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: 4a0a0047304502210084064214c66cbff814b742890dcfb5773cf5644aba37c63bf205ca9d3d2c24c70220106929346e2d1686b06e666e25a70b63a74b55765742608535a3e9643ffe72d5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/greenbone-panel.yaml"

View on Github