Skip to content

GYRA Master Admin Login Panel - Detect

ID: gyra-master-admin

Severity: info

Author: Hardik-Solanki

Tags: panel,master,admin,gyra

GYRA Master Admin login panel was detected.

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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"Login | GYRA Master Admin"
tags: panel,master,admin,gyra
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Login | GYRA Master Admin"
- type: status
status:
- 200
# digest: 490a0046304402205d9b3a73d548d36329079bbe61f88092d9b2dee090561c7bd0b6c6ce4d9da559022053c29937df5869382646969307db4fdd37d30092a6b94c4ab61091b347d68b28: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/gyra-master-admin.yaml"

View on Github