Merge pull request #3027 from DhiyaneshGeek/master
Movable Additional Templates and Workflowpatch-1
commit
19c592c174
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue