commit
d000d7cffd
|
@ -0,0 +1,26 @@
|
|||
id: openvz-web-login
|
||||
|
||||
info:
|
||||
name: Openvz Web Panel Login
|
||||
author: nullfuzz
|
||||
severity: info
|
||||
description: |
|
||||
OpenVZ Web Panel is a GUI web-based frontend for controlling of the physical and virtual servers with the OpenVZ virtualization technology.
|
||||
reference:
|
||||
- https://github.com/sibprogrammer/owp
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:-1898583197
|
||||
tags: panel,openvz
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains(body, "Login - OpenVZ Web Panel")'
|
||||
condition: and
|
Loading…
Reference in New Issue