nuclei-templates/exposed-panels/gyra-master-admin.yaml

34 lines
694 B
YAML
Raw Normal View History

id: gyra-master-admin
info:
name: GYRA Master Admin Login Panel - Detect
author: Hardik-Solanki
severity: info
description: GYRA Master Admin login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: title:"Login | GYRA Master Admin"
2022-12-16 17:41:56 +00:00
tags: panel,master,admin,gyra
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
2022-12-16 17:41:56 +00:00
part: body
words:
- "Login | GYRA Master Admin"
- type: status
status:
- 200
# Enhanced by md on 2023/01/03