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