Merge pull request #9222 from rxerium/openvas-detect

openvas detection
patch-1
pussycat0x 2024-02-27 10:45:01 +05:30 committed by GitHub
commit 7e008fc335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
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/
metadata:
verified: true
max-request: 1
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