Merge pull request #3027 from DhiyaneshGeek/master

Movable Additional Templates and Workflow
patch-1
Sandeep Singh 2021-10-30 00:33:16 +05:30 committed by GitHub
commit 19c592c174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: movable-type-login
info:
name: Movable Type Pro
author: dhiyaneshDk
severity: info
tags: panel,movable
metadata:
shodan-query: 'title:"サインイン | Movable Type Pro"'
requests:
- 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

View File

@ -0,0 +1,19 @@
id: default-movable-page
info:
name: Movable Default Page
author: dhiyaneshDk
severity: info
tags: tech,movable
metadata:
shodan-query: 'title:"Welcome to Movable Type"'
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Welcome to Movable Type</title>"
part: body

View File

@ -0,0 +1,15 @@
id: movable-workflow
info:
name: Movable Type Security Checks
author: dhiyaneshDk
description: A simple workflow that runs all Movable related nuclei templates on a given target.
workflows:
- template: technologies/default-movable-page.yaml
subtemplates:
- template: cves/2021/CVE-2021-20837.yaml
- template: exposed-panels/movable-type-login.yaml
subtemplates:
- template: cves/2021/CVE-2021-20837.yaml