added proper path and changed shodan query

patch-1
Dhiyaneshwaran 2023-03-16 07:14:31 +05:30 committed by GitHub
parent efd01a55ee
commit a9f8e2c964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

View File

@ -10,16 +10,22 @@ info:
- https://www.magnolia-cms.com/
metadata:
verified: "true"
shodan-query: title:"Magnolia"
tags: magnolia,exposure,installer
shodan-query: html:"Magnolia is a registered trademark"
tags: magnolia,panel,login
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/.magnolia/admincentral"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Magnolia"
- 'Magnolia is a registered trademark'
- type: word
part: header
words:
- "text/html"