Skip to content

OpenVas Login Panel - Detect

ID: openvas-panel

Severity: info

Author: rxerium

Tags: panel,openvas,admin,login

An OpenVas Admin login panel was detected.

id: openvas-panel
info:
name: OpenVas Login Panel - Detect
author: rxerium
severity: info
description: |
An OpenVas Admin login panel was detected.
reference:
- https://openvas.org/
classification:
cpe: cpe:2.3:a:openvas:openvas_manager:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: openvas
product: openvas_manager
shodan-query: http.favicon.hash:1606029165
tags: panel,openvas,admin,login
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Greenbone Security Assistant'
- type: status
status:
- 200
# digest: 4b0a00483046022100dc55eb23605d009b94ce7da4859fa52391049698e32890847c8710d70758f2ff022100aa4d8705d4d20c0c6b5147c41e6e3ce17e606193769f657ce12b3bcbb6005f4e: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/openvas-panel.yaml"

View on Github