Added missing condition matcher
parent
ec689fb1a1
commit
e0c46a630a
|
@ -4,7 +4,7 @@ info:
|
||||||
name: Movable Type Pro
|
name: Movable Type Pro
|
||||||
author: dhiyaneshDk
|
author: dhiyaneshDk
|
||||||
severity: info
|
severity: info
|
||||||
tags: login,movable
|
tags: panel,movable
|
||||||
metadata:
|
metadata:
|
||||||
shodan-query: 'title:"サインイン | Movable Type Pro"'
|
shodan-query: 'title:"サインイン | Movable Type Pro"'
|
||||||
|
|
||||||
|
@ -13,11 +13,13 @@ requests:
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/mt/admin'
|
- '{{BaseURL}}/mt/admin'
|
||||||
- '{{BaseURL}}/mt.cgi'
|
- '{{BaseURL}}/mt.cgi'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "<Movable Type Pro</title>"
|
- "<Movable Type Pro</title>"
|
||||||
part: body
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue