Update monstra-admin-panel.yaml

patch-1
Ritik Chaddha 2023-01-10 12:40:27 +05:30 committed by GitHub
parent 356c01ab4d
commit 0d596ce1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,9 @@ info:
severity: info severity: info
reference: reference:
- https://github.com/monstra-cms/monstra/ - https://github.com/monstra-cms/monstra/
metadata:
verified: true
shodan-query: http.favicon.hash:419828698
tags: panel,monstra tags: panel,monstra
requests: requests:
@ -13,12 +16,17 @@ requests:
path: path:
- "{{BaseURL}}/admin/index.php" - "{{BaseURL}}/admin/index.php"
matchers-condition: and
matchers: matchers:
- type: word - type: word
part: body part: body
words: words:
- 'content="Monstra Admin Area' - 'content="Monstra Admin Area'
- type: status
status:
- 200
extractors: extractors:
- type: regex - type: regex
part: body part: body