Update monstra-admin-panel.yaml
parent
356c01ab4d
commit
0d596ce1d9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue