Movable Type Pro Login Panel - Detect
ID: movable-type-login
Severity: info
Author: dhiyaneshDk
Tags: panel,movable,sixapart
Description
Section titled “Description”Movable Type Pro login panel was detected.
YAML Source
Section titled “YAML Source”id: movable-type-login
info: name: Movable Type Pro Login Panel - Detect author: dhiyaneshDk severity: info description: Movable Type Pro login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:sixapart:movable_type:*:*:*:*:-:*:*:* metadata: max-request: 2 vendor: sixapart product: movable_type shodan-query: - title:"サインイン | Movable Type Pro" - cpe:"cpe:2.3:a:sixapart:movable_type" - http.title:"サインイン | movable type pro" fofa-query: title="サインイン | movable type pro" google-query: intitle:"サインイン | movable type pro" tags: panel,movable,sixapart
http: - method: GET path: - '{{BaseURL}}/mt/admin' - '{{BaseURL}}/mt.cgi'
stop-at-first-match: true
matchers-condition: and matchers: - type: word part: body words: - "Movable Type Pro"
- type: status status: - 200# digest: 490a00463044022038d06a634945e01ff6cdb3627980ba70985ed3c7bc17ca866b86f14afb2dda99022065553154460f1a24842bd45897277f87dba99078c2dad1a8640b09d546afad0c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/movable-type-login.yaml"