Update monstra-admin-panel.yaml
parent
356c01ab4d
commit
0d596ce1d9
|
@ -6,6 +6,9 @@ info:
|
|||
severity: info
|
||||
reference:
|
||||
- https://github.com/monstra-cms/monstra/
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:419828698
|
||||
tags: panel,monstra
|
||||
|
||||
requests:
|
||||
|
@ -13,12 +16,17 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}/admin/index.php"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'content="Monstra Admin Area'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
|
|
Loading…
Reference in New Issue