Create master-admin.yaml

patch-1
Hardik Solanki 2022-12-10 23:33:38 +00:00 committed by GitHub
parent 9902c4d33a
commit a4960cf514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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