nuclei-templates/exposed-panels/movable-type-login.yaml

28 lines
499 B
YAML
Raw Normal View History

2021-10-29 16:57:54 +00:00
id: movable-type-login
info:
name: Movable Type Pro
author: dhiyaneshDk
severity: info
2021-10-29 18:57:51 +00:00
tags: panel,movable
2021-10-29 16:57:54 +00:00
metadata:
shodan-query: 'title:"サインイン | Movable Type Pro"'
requests:
- method: GET
path:
- '{{BaseURL}}/mt/admin'
2021-10-29 17:00:26 +00:00
- '{{BaseURL}}/mt.cgi'
2021-10-29 18:57:51 +00:00
2021-10-29 19:01:57 +00:00
stop-at-first-match: true
2021-10-29 18:57:51 +00:00
matchers-condition: and
2021-10-29 16:57:54 +00:00
matchers:
- type: word
2021-10-29 18:57:51 +00:00
part: body
2021-10-29 16:57:54 +00:00
words:
2021-10-29 19:01:57 +00:00
- "Movable Type Pro"
2021-10-29 16:57:54 +00:00
- type: status
status:
- 200