Update and rename master-admin.yaml to gyra-master-admin.yaml

patch-1
Dhiyaneshwaran 2022-12-13 00:04:11 +05:30 committed by GitHub
parent 4e727a51d1
commit 5631300f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 32 deletions

View File

@ -0,0 +1,25 @@
id: gyra-master-admin
info:
name: GYRA Master Admin
author: Hardik-Solanki
severity: info
metadata:
verified: true
shodan-query: title:"Login | GYRA Master Admin"
tags: panel,master,admin
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "Login | GYRA Master Admin"
- type: status
status:
- 200

View File

@ -1,32 +0,0 @@
id: master-admin
info:
name: Master Admin
author: Hardik-Solanki
severity: info
metadata:
verified: true
shodan-query: title:"Master Admin"
tags: panel,master,admin
requests:
- method: GET
path:
- '{{BaseURL}}/#/auth/login'
- '{{BaseURL}}/#/login?redirect=%2F'
- '{{BaseURL}}/wp-signup.php'
- '{{BaseURL}}/login'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "Master Admin"
- "login"
- "Master-Admin"
condition: or
- type: status
status:
- 200